lilei 2 years ago
parent
commit
a4fbb2bd55

File diff suppressed because it is too large
+ 1 - 0
public/js/axios.min.js


File diff suppressed because it is too large
+ 0 - 0
public/js/echarts.min.js


File diff suppressed because it is too large
+ 5 - 0
public/js/vue-router.min.js


File diff suppressed because it is too large
+ 5 - 0
public/js/vue.min.js


File diff suppressed because it is too large
+ 5 - 0
public/js/vuex.min.js


+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1683169531657
+  "version": 1684115569346
 }
 }

+ 7 - 8
vue.config.js

@@ -35,12 +35,11 @@ const assetsCDN = {
   css: [],
   css: [],
   // https://unpkg.com/browse/vue@2.6.10/
   // https://unpkg.com/browse/vue@2.6.10/
   js: [
   js: [
-    '//vuepkg.oss-cn-beijing.aliyuncs.com/vue.min.js',
-    '//vuepkg.oss-cn-beijing.aliyuncs.com/vue-router.min.js',
-    '//vuepkg.oss-cn-beijing.aliyuncs.com/vuex.min.js',
-    '//vuepkg.oss-cn-beijing.aliyuncs.com/axios.min.js',
-    // '//vuepkg.oss-cn-beijing.aliyuncs.com/lodash.min.js',
-    '//vuepkg.oss-cn-beijing.aliyuncs.com/echarts.min.js'
+    BASE_URL + '/js/vue.min.js',
+    BASE_URL + '/js/vue-router.min.js',
+    BASE_URL + '/js/vuex.min.js',
+    BASE_URL + '/js/axios.min.js',
+    BASE_URL + '/js/echarts.min.js'
   ]
   ]
 }
 }
 
 
@@ -211,8 +210,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
     proxy: {
       '/api': {
       '/api': {
-        target: 'http://192.168.2.111/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.2.111/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         // ws: false,
         ws: true,
         ws: true,
         changeOrigin: true,
         changeOrigin: true,

Some files were not shown because too many files changed in this diff