开启动态路由

master
yujialong 4 years ago
parent 6013efce71
commit 5ce6df59a1
  1. 2
      src/config/index.js
  2. 2
      src/utils/api.js

@ -32,5 +32,5 @@ export default {
/** /**
* @description 是否使用动态路由 * @description 是否使用动态路由
*/ */
dynamicRoute: false dynamicRoute: true
} }

@ -1,7 +1,7 @@
// let host = 'http://192.168.31.152:8090' // let host = 'http://192.168.31.152:8090'
// let host = 'http://192.168.31.152:1010' // let host = 'http://192.168.31.152:1010'
// let host = 'http://192.168.31.125:9090'//林 // let host = 'http://192.168.31.125:9090'//林
// let host = 'http://192.168.31.152:9090'//榕 // let host = 'http://192.168.31.151:9090'//榕
// let host = 'http://192.168.31.137:9090'//陈 // let host = 'http://192.168.31.137:9090'//陈
// let host = 'http://192.168.31.140:9090'//7 // let host = 'http://192.168.31.140:9090'//7

Loading…
Cancel
Save