|
|
@@ -6,15 +6,15 @@ export default { |
|
|
|
// 是否允许用户注册 |
|
|
|
"enableSignUp": true, |
|
|
|
//请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择 |
|
|
|
"apiHost": [ |
|
|
|
"https://wx.qjkjedu.com/learun/adms" |
|
|
|
], |
|
|
|
// "apiHost": [ |
|
|
|
// "http://192.168.2.202:8083/learun/adms" |
|
|
|
// "https://wx.qjkjedu.com/learun/adms" |
|
|
|
// ], |
|
|
|
// "apiHost": [ |
|
|
|
// "http://localhost:8088/learun/adms" |
|
|
|
// "http://192.168.2.202:8083/learun/adms" |
|
|
|
// ], |
|
|
|
"apiHost": [ |
|
|
|
"http://localhost:31173/learun/adms" |
|
|
|
], |
|
|
|
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 |
|
|
|
"devAccount": [ |
|
|
|
{ username: "system", password: "123456" } |
|
|
|