htc 3 ساعت پیش
والد
کامیت
7602133bc8
4فایلهای تغییر یافته به همراه16337 افزوده شده و 19300 حذف شده
  1. 6541 9730
      package-lock.json
  2. 6 5
      package.json
  3. 4 5
      public/index.html
  4. 9786 9560
      yarn.lock

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 6541 - 9730
package-lock.json


+ 6 - 5
package.json

@@ -15,7 +15,6 @@
     "et:list": "gulp themes"
   },
   "dependencies": {
-    "@vue/cli-service": "^5.0.8",
     "@wangeditor/editor": "^5.1.23",
     "@wangeditor/editor-for-vue": "^1.0.2",
     "axios": "^0.19.0",
@@ -38,7 +37,6 @@
     "mitt": "^3.0.1",
     "moment": "^2.30.1",
     "nanoid": "^4.0.0",
-    "node-sass": "^6.0.1",
     "pinia": "^2.3.0",
     "qrcode": "^1.5.4",
     "qs": "^6.14.0",
@@ -60,9 +58,9 @@
     "xlsx": "^0.18.5"
   },
   "devDependencies": {
-    "@vue/cli-plugin-babel": "5.0.0-rc.1",
-    "@vue/cli-plugin-router": "5.0.0-rc.1",
-    "@vue/cli-service": "5.0.0-rc.1",
+    "@vue/cli-plugin-babel": "~5.0.8",
+    "@vue/cli-plugin-router": "~5.0.8",
+    "@vue/cli-service": "~5.0.8",
     "element-theme-chalk": "^2.11.1",
     "natives": "^1.1.6",
     "vue-template-compiler": "^2.6.10"
@@ -90,5 +88,8 @@
       "last 2 versions",
       "not ie <= 10"
     ]
+  },
+  "overrides": {
+    "node-sass": "^9.0.0"
   }
 }

+ 4 - 5
public/index.html

@@ -6,7 +6,6 @@
   <title>创衡正念企业教练</title>
   <meta http-equiv="X-UA-Compatible" content="ie=edge">
   <link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico">
-  <script src="https://oss.familydaf.cn/sxsnfile/20260127/5754340b52494bb2a3ab169d34d02be7.js"></script>
   <!-- 站点配置 -->
   <script>
     window.SITE_CONFIG = {};
@@ -36,8 +35,8 @@
   <!-- 开发环境 -->
   <% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %>
     <script>
-      window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
-      // window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';//生产内网地址
+      // window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
+      window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';//生产内网地址
       // window.SITE_CONFIG['apiURL'] = 'https://wxapp.transcend-intl.cn/chuangheng-admin';
       // window.SITE_CONFIG['apiURL'] = 'http://192.168.2.19:9021/chuangheng-admin';
       window.SITE_CONFIG['apiURL1'] = 'http://gpu.ringzle.com:8082/iot';
@@ -50,7 +49,7 @@
       <!-- 集成测试环境 -->
       <% if (process.env.VUE_APP_NODE_ENV==='prod:sit' ) { %>
         <script>
-          window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
+          window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';
           // WebSocket地址
           window.SITE_CONFIG['socketURL'] = 'ws://gpu.ringzle.com/chuangheng-admin/websocket';
         </script>
@@ -58,7 +57,7 @@
           <!-- 验收测试环境 -->
           <% if (process.env.VUE_APP_NODE_ENV==='prod:uat' ) { %>
             <script>
-              window.SITE_CONFIG['apiURL'] = 'https://transcend.ringzle.com/chuangheng-admin';
+              window.SITE_CONFIG['apiURL'] = 'http://172.16.0.3:443/chuangheng-admin';
               // WebSocket地址
               window.SITE_CONFIG['socketURL'] = 'ws://s.ringzle.com/chuangheng-admin/websocket';
             </script>

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 9786 - 9560
yarn.lock