|
@@ -1,9 +1,9 @@
|
|
|
module.exports = {
|
|
|
// 开发环境接口配置
|
|
|
// APIURl: "http://localhost:30000"
|
|
|
- // APIURl: "http://10.21.12.137:30000",
|
|
|
+ APIURl: "http://10.21.12.137:30000",
|
|
|
// APIURl: "http://192.168.103.104:58080",
|
|
|
- APIURl: "https://test.api.shidaiyun.net",
|
|
|
+ // APIURl: "https://test.api.shidaiyun.net",
|
|
|
// APIURl: "https://api.shidaiyun.net",
|
|
|
minioPath: process.env.NODE_ENV === 'development' ? 'https://oss.shidaiyun.net/' : 'http://192.168.103.105:18000/'
|
|
|
// minioPath: 'https://oss.shidaiyun.net/'
|