Commit 780fb21c authored by 罗超's avatar 罗超

1

parent 92825fcf
...@@ -50,9 +50,13 @@ module.exports = function (ctx) { ...@@ -50,9 +50,13 @@ module.exports = function (ctx) {
vueRouterMode: 'hash', // available values: 'hash', 'history' vueRouterMode: 'hash', // available values: 'hash', 'history'
env: ctx.dev ? { env: ctx.dev ? {
//API: 'http://192.168.1.36:8300/api' //API: 'http://192.168.1.36:8300/api'
API: 'https://localhost:5001/api' // API: 'https://localhost:5001/api'
API: 'http://192.168.1.13:8085/api',
// API: 'http://eduapi.oytour.com/api'
API_ZC:'http://192.168.1.13:8087/api'
} : { } : {
API: 'http://eduapi.oytour.com/api' API: 'http://eduapi.oytour.com/api',
API_ZC:''
}, },
// transpile: false, // transpile: false,
......
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