Commit 9ddc8753 by 金民 Committed by 张恒

config(env): 更新环境配置和默认登录凭据

- 将应用标题从"力软信息"更改为"魏桥集团"
- 将开发环境API地址从192.168.0.139更改为localhost
- 将IM链接地址从192.168.0.162更改为localhost
- 将问卷链接地址从192.168.0.108更改为localhost
- 将默认登录密码从123456更改为Qwe123
parent e4eb14b9
......@@ -2,7 +2,7 @@
VITE_PORT = 3100
# spa-title
VITE_GLOB_APP_TITLE = 力软信息
VITE_GLOB_APP_TITLE = 魏桥集团
# spa shortname
VITE_GLOB_APP_SHORT_NAME = learun_admin
......@@ -15,7 +15,7 @@ VITE_DROP_CONSOLE = false
# 接口地址
# 如果没有跨域问题,直接在这里配置即可
VITE_GLOB_API_URL=http://192.168.0.139:8080
VITE_GLOB_API_URL=http://localhost:8080
# 文件上传接口 可选
VITE_GLOB_UPLOAD_URL = /system/oss/upload
......@@ -30,10 +30,10 @@ VITE_GLOB_OUT_LINK_URL = http://localhost:4100
VITE_GLOB_PRINT_BASE_URL = http://vue.xjrsoft.com:3300
#IM URL 地址
VITE_GLOB_IM_LINK_URL = http://192.168.0.162:8827
VITE_GLOB_IM_LINK_URL = http://localhost:8827
#调查问卷地址
VITE_GLOB_QN_LINK_URL = http://192.168.0.108:3100
VITE_GLOB_QN_LINK_URL = http://localhost:3100
# 接口地址前缀,有些系统所有接口地址都有前缀,可以在这里统一加,方便切换
VITE_GLOB_API_URL_PREFIX =
......
......@@ -173,7 +173,7 @@
const formData = reactive({
account: 'admin',
password: '123456',
password: 'Qwe123',
code: '',
captchaImg: '',
captchaKey: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment