🐞 fix(config): 修改sq9后台地址配置

This commit is contained in:
liangtongchuan
2023-02-13 14:00:23 +08:00
parent da8de39c63
commit d61bf3395d

View File

@@ -86,7 +86,7 @@ export default (appInfo: EggAppInfo) => {
{ env: 'sq3', name: "小范围对外测试", domain: 'http://sq3-web-sgzzyz.yev242.com' },
{ env: 'sq4', name: "渠道二测", domain: 'http://sq6-web-sgzzyz.yev242.com' },
{ env: 'sq7', name: "精英测试", domain: 'http://sq8-web-sgzzyz.yev242.com' },
{ env: 'sq9', name: "渠道吸量", domain: 'http://sq9-web-yjz.yev242.com' },
{ env: 'sq9', name: "渠道吸量", domain: 'http://sq10-web-yjz.yev242.com' },
];
config.regions = regions;