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