lilei преди 2 години
родител
ревизия
a9ebcdce27
променени са 3 файла, в които са добавени 4 реда и са изтрити 12 реда
  1. 1 9
      public/index.html
  2. 1 1
      public/version.json
  3. 2 2
      vue.config.js

+ 1 - 9
public/index.html

@@ -32,15 +32,7 @@
         s.parentNode.insertBefore(hm, s);
       })();
     </script>
-    <script>
-      var _hmt = _hmt || [];
-      (function() {
-        var hm = document.createElement("script");
-        hm.src = "https://hm.baidu.com/hm.js?19db935a5b96d136b5c34eef00e1e3be";
-        var s = document.getElementsByTagName("script")[0]; 
-        s.parentNode.insertBefore(hm, s);
-      })();
-    </script>
+     
   </head>
   <body>
     <noscript>

+ 1 - 1
public/version.json

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

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.103/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.103/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,