From a07f3250ac20d20cdf76f0115bd5169200c4c94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 20 Nov 2023 13:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=9C=E9=98=B3faster=E3=80=91?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WinIn.FasterZ.Wms.Fe/public/config.js | 4 ++-- WinIn.FasterZ.Wms.Fe/vue.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinIn.FasterZ.Wms.Fe/public/config.js b/WinIn.FasterZ.Wms.Fe/public/config.js index 6f5a817f1..4690bed5d 100644 --- a/WinIn.FasterZ.Wms.Fe/public/config.js +++ b/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 diff --git a/WinIn.FasterZ.Wms.Fe/vue.config.js b/WinIn.FasterZ.Wms.Fe/vue.config.js index e9259fad6..36e0c8ba5 100644 --- a/WinIn.FasterZ.Wms.Fe/vue.config.js +++ b/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 = {