1
This commit is contained in:
@@ -17,8 +17,8 @@ try {
|
||||
// Shared config (all environments)
|
||||
const baseConfig = {
|
||||
"port": {
|
||||
"node": 9098,
|
||||
"web": 9090
|
||||
"node": 9099,
|
||||
"web": 9091
|
||||
},
|
||||
"allowUrls": [
|
||||
"/admin_api/sys_user/login",
|
||||
|
||||
@@ -89,7 +89,7 @@ module.exports = {
|
||||
return 'https://example.com'; // 生产环境(请按实际域名修改)
|
||||
case 'development':
|
||||
default:
|
||||
return 'http://localhost:9098'; // 开发环境
|
||||
return 'http://localhost:9099'; // 开发环境
|
||||
}
|
||||
})(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user