1
This commit is contained in:
@@ -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