后台:接口修改

This commit is contained in:
luying
2021-12-27 18:16:56 +08:00
parent 602cc68693
commit 32be4af818
8 changed files with 28 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ export default (appInfo: EggAppInfo) => {
};
let regions = [ // 大区数据
{ id: 1, env: 'test', name: "测试", domain: 'http://127.0.0.1:7002' },
{ id: 1, env: 'dev', name: "测试", domain: 'http://127.0.0.1:7002' },
];
config.regions = regions;