Przeglądaj źródła

feat: 更新windicss版本

lanjianrong 5 lat temu
rodzic
commit
213a547612
2 zmienionych plików z 8 dodań i 8 usunięć
  1. 6 6
      config/routes.js
  2. 2 2
      package.json

+ 6 - 6
config/routes.js

@@ -64,13 +64,13 @@ export default [
         component: './Customer/Business',
         access: 'authRouteFilter',
         validatePerm: true
-      },
-      {
-        path: '/customer/test',
-        name: 'test',
-        icon: 'icon-usd-circle',
-        component: './Customer/Test'
       }
+      // {
+      //   path: '/customer/test',
+      //   name: 'test',
+      //   icon: 'icon-usd-circle',
+      //   component: './Customer/Test'
+      // }
     ]
   },
   {

+ 2 - 2
package.json

@@ -119,8 +119,8 @@
     "stylelint": "^13.9.0",
     "typescript": "^4.0.3",
     "webpack": "^5.40.0",
-    "windicss": "3.0.12",
-    "windicss-webpack-plugin": "1.0.0"
+    "windicss": "3.1.7",
+    "windicss-webpack-plugin": "1.4.5"
   },
   "engines": {
     "node": ">=10.0.0"