|
@@ -1,3 +1,11 @@
|
|
|
+/*
|
|
|
+ * @Descripttion:
|
|
|
+ * @version:
|
|
|
+ * @Author: wt
|
|
|
+ * @Date: 2023-02-17 17:57:52
|
|
|
+ * @LastEditors: wt
|
|
|
+ * @LastEditTime: 2023-02-17 18:00:54
|
|
|
+ */
|
|
|
// api 请求路径
|
|
|
|
|
|
|
|
@@ -13,9 +21,15 @@ var PLATFROM_CONFIG = {};
|
|
|
// console.log('goooooo' + process.env.VUE_APP_BASE_URL);
|
|
|
// console.log('goooooo' + process.env.VUE_APP_ENV);
|
|
|
|
|
|
-PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/uskypower/" //线上--->测试
|
|
|
-PLATFROM_CONFIG.images = "https://qhome.usky.cn/uskyfile/" //线上图片--->测试
|
|
|
-PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/uskyfile/" //xlsx文件访问路径--->测试
|
|
|
+// PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/uskypower/" //线上--->测试
|
|
|
+// PLATFROM_CONFIG.images = "https://qhome.usky.cn/uskyfile/" //线上图片--->测试
|
|
|
+// PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/uskyfile/" //xlsx文件访问路径--->测试
|
|
|
+
|
|
|
+PLATFROM_CONFIG.baseUrl = "http://172.16.120.165:8011/" //线上--->测试
|
|
|
+PLATFROM_CONFIG.images = "http://172.16.120.165:8011/" //线上图片--->测试
|
|
|
+PLATFROM_CONFIG.fileUrl = "http://172.16.120.165:8011/" //xlsx文件访问路径--->测试
|
|
|
+
|
|
|
+
|
|
|
|
|
|
// if (window.location.host.indexOf('localhost') != -1 || window.location.host.indexOf('pcdev.ewoogi.com') != -1) {
|
|
|
// PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/uskypower/" //线上--->测试
|