From 11278d5532df0bd7fe0501839c0a3ecc00b89af4 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 11 十月 2023 10:43:29 +0800
Subject: [PATCH] node-gyp依赖版本降低12.x
---
Source/UBCS-WEB/package.json | 2 +-
Source/UBCS-WEB/src/views/wel/Statistic.vue | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/package.json b/Source/UBCS-WEB/package.json
index a168825..8553d6c 100644
--- a/Source/UBCS-WEB/package.json
+++ b/Source/UBCS-WEB/package.json
@@ -24,7 +24,7 @@
"js-pinyin": "^0.2.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.29.4",
- "node-gyp": "^5.0.6",
+ "node-gyp": "^4.0.0",
"nprogress": "^0.2.0",
"portfinder": "^1.0.23",
"script-loader": "^0.7.2",
diff --git a/Source/UBCS-WEB/src/views/wel/Statistic.vue b/Source/UBCS-WEB/src/views/wel/Statistic.vue
index 0341d74..f9f822f 100644
--- a/Source/UBCS-WEB/src/views/wel/Statistic.vue
+++ b/Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -38,11 +38,11 @@
},
{
click: this.handleItemCClick,
- title: '涓婚搴撳畾涔�',
+ title: 'Part',
count: 523,
icon: 'el-icon-setting',
color: 'rgb(117, 56, 199)',
- uiUrl:'/modeling/classifyTree',
+ uiUrl:'/MasterData/items?id=10@@name=Part',
countUrl:'priceIndexController/countNeedFeedbackPlan'
},
{
@@ -72,7 +72,7 @@
this.$router.push({ path: '/MasterData/items?id=renyuan@@name=浜哄憳涓绘暟鎹�'} );
},
handleItemCClick() {
- this.$router.push({ path: '/modeling/classifyTree'} );
+ this.$router.push({ path: '/MasterData/items?id=10@@name=Part'} );
},
handleItemDClick() {
this.$router.push({ path: '/MasterData/items?id=gongyingshang@@name=渚涘簲鍟嗕富鏁版嵁'} );
--
Gitblit v1.9.3