From 9bee0b12896d72f497b0ef3ce93cde9f36de64ed Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期三, 10 四月 2024 20:40:44 +0800 Subject: [PATCH] 完善分类维护页面 --- .env.production | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 9ea4fc6..c2eff2a 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,15 @@ +### + # @Date: 2024-03-23 09:49:06 + # @LastEditors: gaoshp + # @LastEditTime: 2024-03-24 14:11:48 + # @FilePath: /cps-web/.env.production +### # 鐢熶骇鐜 NODE_ENV = production # 鏍囬 -VUE_APP_TITLE = SCUI +VUE_APP_TITLE = CPS10.0 # 鎺ュ彛鍦板潃 -VUE_APP_API_BASEURL = https://mock.apifox.com/m1/4021385-0-default/api \ No newline at end of file +VUE_APP_API_BASEURL = http://116.63.155.153:83 +VUE_APP_API_MYBASEURL = http://116.63.155.153:83 \ No newline at end of file -- Gitblit v1.9.3