diff --git a/.env.development b/.env.development index d56042a..0a539d2 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,6 @@ ENV = 'development' # base api -VUE_APP_BASE_API = http://starter.ali251.langye.net -VUE_APP_UPLOAD_API = http://starter.ali251.langye.net/api/admin/upload-file +VUE_APP_BASE_API = http://hd-wuziguanli-test.ali251.langye.net/ + +VUE_APP_UPLOAD_API = http://hd-wuziguanli-test.ali251.langye.net/api/admin/upload-file diff --git a/.env.production b/.env.production index f837c50..e4fe6a9 100644 --- a/.env.production +++ b/.env.production @@ -2,5 +2,5 @@ ENV = 'production' # base api -VUE_APP_BASE_API = http://starter.ali251.langye.net -VUE_APP_UPLOAD_API =http://starter.ali251.langye.net/api/admin/upload-file \ No newline at end of file +VUE_APP_BASE_API = http://hd-wuziguanli-test.ali251.langye.net/ +VUE_APP_UPLOAD_API = http://hd-wuziguanli-test.ali251.langye.net/api/admin/upload-file diff --git a/src/settings.js b/src/settings.js index 7a4be47..a939c61 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,6 +1,6 @@ module.exports = { - title: '朗业基础平台', + title: '物资仓库管理平台', /** * @type {boolean} true | false diff --git a/vue.config.js b/vue.config.js index a855766..c64b9b7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,7 +13,7 @@ const name = defaultSettings.title // page title // For example, Mac: sudo npm run // You can change the port by the following methods: // port = 9528 npm run dev OR npm run dev --port = 9528 -const port = process.env.port || process.env.npm_config_port || 8000 // dev port +const port = process.env.port || process.env.npm_config_port || 8016 // dev port // All configuration item explanations can be find in https://cli.vuejs.org/config/ module.exports = {