|
@@ -1,7 +1,7 @@
|
|
// API base URL configuration
|
|
// API base URL configuration
|
|
//线上 https://minlong.raycos.com.cn
|
|
//线上 https://minlong.raycos.com.cn
|
|
//测试 http://192.168.66.187:8083
|
|
//测试 http://192.168.66.187:8083
|
|
-export const apiBaseUrl = 'http://192.168.66.187:8083';
|
|
|
|
|
|
+export const apiBaseUrl = 'https://minlong.raycos.com.cn';
|
|
|
|
|
|
// You can add other global configuration settings here
|
|
// You can add other global configuration settings here
|
|
export const appVersion = '1.0.0';
|
|
export const appVersion = '1.0.0';
|