4.x 就绪

This commit is contained in:
ap 2021-12-06 18:42:01 +08:00
parent 2be4730437
commit 4a1b0ee8c6

View File

@ -66,7 +66,7 @@ export default (appInfo: EggAppInfo) => {
// 文件上传
file: {
// 文件路径前缀 本地上传模式下 有效
domain: 'https://admin.cool-js.cool',
domain: 'http://127.0.0.1:8001',
},
} as CoolConfig;