Browse Source

【东阳faster】配置修改

faster_develop
安虹睿 1 year ago
parent
commit
a07f3250ac
  1. 4
      WinIn.FasterZ.Wms.Fe/public/config.js
  2. 2
      WinIn.FasterZ.Wms.Fe/vue.config.js

4
WinIn.FasterZ.Wms.Fe/public/config.js

@ -1,6 +1,6 @@
// dev_win
window.SITE_CONFIG['baseApi'] = 'http://dev.ccwin-in.com:60011'
window.SITE_CONFIG['authApi'] = 'http://dev.ccwin-in.com:60100'//192.168.0.240
window.SITE_CONFIG['baseApi'] = 'http://dev.ccwin-in.com:60081'
window.SITE_CONFIG['authApi'] = 'http://dev.ccwin-in.com:60080'//192.168.0.240
window.SITE_CONFIG['businessApi'] = 'http://dev.ccwin-in.com:10097'
//是否登录配置信息【loginName】
window.SITE_CONFIG['isConfigLogin'] = false

2
WinIn.FasterZ.Wms.Fe/vue.config.js

@ -13,7 +13,7 @@ const name = defaultSettings.title || 'Dy_WMS' // page title
// For example, Mac: sudo npm run
// You can change the port by the following method:
// port = 9527 npm run dev OR npm run dev --port = 9527
const port = process.env.port || process.env.npm_config_port || 60200 // dev port
const port = process.env.port || process.env.npm_config_port || 60075 // dev port
const Timestamp = new Date().getTime();
// All configuration item explanations can be find in https://cli.vuejs.org/config/
module.exports = {

Loading…
Cancel
Save