修改开发版本使用本地地址,关闭未登录状态默认可录入
This commit is contained in:
parent
13840aa254
commit
286cbefdee
|
|
@ -160,7 +160,7 @@ export default {
|
||||||
CustomerList: [],
|
CustomerList: [],
|
||||||
loading: false,
|
loading: false,
|
||||||
isAgent: false,
|
isAgent: false,
|
||||||
isSysAdmin: true,
|
isSysAdmin: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ import {
|
||||||
const ENV_CONFIG = {
|
const ENV_CONFIG = {
|
||||||
develop: {
|
develop: {
|
||||||
// 开发环境
|
// 开发环境
|
||||||
// baseUrl: 'http://192.168.2.174:4501',
|
// baseUrl: 'http://192.168.2.13:4601',
|
||||||
baseUrl: 'https://chu.chuangtewl.com/prod-api',
|
baseUrl: 'http://192.168.2.13:4601',
|
||||||
appId: 1,
|
appId: 1,
|
||||||
},
|
},
|
||||||
trial: {
|
trial: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user