zhuangyunsheng 1 anno fa
parent
commit
9c59c63eab
3 ha cambiato i file con 16 aggiunte e 16 eliminazioni
  1. 2 9
      .env.development
  2. 8 1
      .eslintrc-auto-import.json
  3. 6 6
      package.json

+ 2 - 9
.env.development

@@ -5,20 +5,15 @@ VITE_APP_ENV = "development"
 
 # 公共基础路径
 VITE_BASE = "/"
-
 # 代理URL路径
 VITE_BASE_URL ="/dev-api"
-
 # 模拟数据接口路径
 VITE_BASE_MOCK_URL ="/mock-api"
 
 # boot服务端接口路径
-VITE_BASE_SERVER_URL ="http://localhost:8000"
-
-
+VITE_BASE_SERVER_URL ="http://192.168.101.93:8000"
 # 微前端-工作流
 VITE_WORKFLOW_URL ="http://localhost:1888/"
-
 # 微前端-代码生成器
 VITE_CODEMAKER_URL = "http://localhost:32582/"
 
@@ -34,7 +29,5 @@ VITE_EDGE_AUTH_URL = 'http://qdport.auth.vue3.10.236.3.36.nip.io/oauth/authorize
 VITE_EDGE_REDIRECT_URL = 'http://localhost:8080/ssoyh'
 VITE_EDGE_LOGOUT_URL = 'http://qdport.auth.vue3.10.236.3.36.nip.io/logout'
 
-
 # 打包是否使用Mock
-VITE_APP_PRODMOCK = false
-
+VITE_APP_PRODMOCK = false

+ 8 - 1
.eslintrc-auto-import.json

@@ -302,6 +302,13 @@
     "whenever": true,
     "ElMessage": true,
     "ElMessageBox": true,
-    "useClipboardItems": true
+    "useClipboardItems": true,
+    "DirectiveBinding": true,
+    "MaybeRef": true,
+    "MaybeRefOrGetter": true,
+    "onWatcherCleanup": true,
+    "useId": true,
+    "useModel": true,
+    "useTemplateRef": true
   }
 }

+ 6 - 6
package.json

@@ -15,8 +15,8 @@
     "@vueuse/core": "^10.5.0",
     "axios": "^1.5.1",
     "crypto-js": "^4.2.0",
-    "echarts": "^5.1.2",
-    "element-plus": "^2.4.0",
+		"echarts": "5.4.1",
+		"element-plus": "^2.6.0",
     "fuse.js": "^6.6.2",
     "js-cookie": "^3.0.5",
     "mitt": "^3.0.1",
@@ -32,11 +32,11 @@
     "@rushstack/eslint-patch": "^1.3.3",
     "@vitejs/plugin-vue": "^4.3.4",
     "@vue/eslint-config-prettier": "^8.0.0",
-    "eslint": "^8.49.0",
-    "eslint-plugin-vue": "^9.17.0",
+    "eslint": "8.35.0",
+		"eslint-plugin-vue": "9.9.0",
     "prettier": "^3.0.3",
-    "sass": "^1.69.3",
-    "sass-loader": "^13.3.2",
+    "sass": "1.58.3",
+		"sass-loader": "10.1.1",
     "unplugin-auto-import": "^0.16.6",
     "unplugin-icons": "^0.17.0",
     "unplugin-vue-components": "^0.25.2",