From 8674dacd4325cbc3dfd900f646f7e8f9f68902eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?= <153298343@qq.com> Date: Wed, 17 May 2023 16:40:34 +0800 Subject: [PATCH] no message --- .env.development | 5 +++-- .env.production | 4 ++-- src/settings.js | 2 +- vue.config.js | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) 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 = {