修改开发版本使用本地地址,关闭未登录状态默认可录入

This commit is contained in:
WindowBird 2025-09-03 09:11:21 +08:00
parent 13840aa254
commit 286cbefdee
2 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ export default {
CustomerList: [],
loading: false,
isAgent: false,
isSysAdmin: true,
isSysAdmin: false,
}
},

View File

@ -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: {