Browse Source

update - 2022-09-25

1. 发布生产环境.  调整配置项
moccus 2 years ago
parent
commit
e9df949727
2 changed files with 2 additions and 2 deletions
  1. 1 1
      exam-06173-vue/.env.production
  2. 1 1
      exam-06173-vue/public/config/config.js

+ 1 - 1
exam-06173-vue/.env.production

@@ -2,4 +2,4 @@
 ENV = 'production'
 
 # 生产环境接口
-VUE_APP_BASE_API = 'http://10.155.32.18:8617'
+VUE_APP_BASE_API = 'http://10.155.32.18:8088'

+ 1 - 1
exam-06173-vue/public/config/config.js

@@ -1,4 +1,4 @@
 window.__MODE__ = {
     // 是否在页面切换时显示当前页面 vue 文件所在路径
-    showPagePath: true
+    showPagePath: false
 };