Commit d00162d1 authored by Mac's avatar Mac

1

parent 30aad991
...@@ -47,8 +47,7 @@ module.exports = function(ctx) { ...@@ -47,8 +47,7 @@ module.exports = function(ctx) {
build: { build: {
vueRouterMode: 'hash', // available values: 'hash', 'history' vueRouterMode: 'hash', // available values: 'hash', 'history'
env: ctx.dev ? { env: ctx.dev ? {
// API: 'https://localhost:5001/api' API: 'https://localhost:5001/api'
API: 'http://192.168.1.27:8300/api'
} : { } : {
API: 'https://prod.api.com' API: 'https://prod.api.com'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment