From c1b5a35f90a7d4b41397717b5c27905bc68e1bfb Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 14 Jun 2026 14:57:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=E4=B8=8D=E6=98=BE=E7=A4=BAtab=E9=A1=B5?= =?UTF-8?q?=E7=AD=BE=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=9F=90=E4=BA=9B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=9C=80=E8=A6=81=E7=82=B9=E5=87=BB=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=89=8D=E6=9C=89=E6=95=B0=E6=8D=AE=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/basic/package.json | 2 ++ packages/libs/lib-huawei/package.json | 3 ++- packages/libs/lib-iframe/package.json | 3 ++- packages/libs/lib-jdcloud/package.json | 6 +++++- packages/libs/midway-flyway-js/package.json | 3 ++- .../src/views/certd/cert/dns-persist/index.vue | 8 +++----- .../src/views/certd/cert/domain/index.vue | 8 +++----- .../src/views/certd/cname/record/index.vue | 8 +++----- .../certd-client/src/views/certd/invite/index.vue | 13 ++++--------- .../src/views/certd/pipeline/index.vue | 10 +++------- .../src/views/certd/pipeline/sub-domain/index.vue | 7 ++----- .../src/views/certd/project/detail/index.vue | 2 +- .../certd-client/src/views/certd/project/index.vue | 7 ++----- .../certd-client/src/views/certd/trade/index.vue | 7 ++----- .../certd-client/src/views/certd/wallet/index.vue | 13 ++++--------- .../src/views/sys/authority/permission/index.vue | 10 ++++------ .../src/views/sys/cname/provider/index.vue | 8 +++----- .../src/views/sys/enterprise/audit/index.vue | 8 +++----- .../views/sys/enterprise/project/detail/index.vue | 8 +++----- .../src/views/sys/enterprise/project/index.vue | 9 +++------ .../ui/certd-client/src/views/sys/plugin/index.vue | 14 +++++--------- .../src/views/sys/settings/header-menus/index.vue | 7 ++----- .../src/views/sys/suite/activation-code/index.vue | 8 +++----- .../src/views/sys/suite/product/index.vue | 8 +++----- packages/ui/certd-server/package.json | 2 +- 25 files changed, 70 insertions(+), 112 deletions(-) diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 03de44e7f..546d47166 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -1,5 +1,7 @@ { "name": "@certd/basic", + + "private": false, "version": "1.41.3", "type": "module", diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 26fec4bb8..67afd8054 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -12,7 +12,8 @@ "dev-build": "npm run build", "preview": "vite preview", "test:unit": "cross-env NODE_ENV=unittest echo no unit tests", - "pub": "npm publish" + "pub": "npm publish", + "compile": "npm run build" }, "dependencies": { "axios": "^1.9.0", diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 54f018ea6..d75df9df5 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -15,7 +15,8 @@ "build2": "vue-tsc --noEmit && vite build", "preview": "vite preview", "test:unit": "cross-env NODE_ENV=unittest echo no unit tests", - "pub": "npm publish" + "pub": "npm publish", + "compile": "npm run build" }, "dependencies": { "nanoid": "^4.0.0" diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 33535c61f..73ab4463c 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -6,11 +6,15 @@ "module": "./dist/bundle.js", "types": "./dist/d/index.d.ts", "scripts": { + + "before-build": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true});fs.rmSync('tsconfig.tsbuildinfo',{force:true});fs.rmSync('.rollup.cache',{recursive:true,force:true});\"", "build": "npm run before-build && rollup -c ", "dev-build": "npm run build", "test:unit": "cross-env NODE_ENV=unittest echo no unit tests", - "pub": "npm publish" + "pub": "npm publish", + "compile": "npm run build" + }, "author": "", "license": "Apache", diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index f04e788fe..0abffa9ce 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -16,7 +16,8 @@ "test:unit": "cross-env NODE_ENV=unittest echo no unit tests", "cov": "midway-bin cov --ts", "prepublish": "npm run build", - "pub": "npm publish" + "pub": "npm publish", + "compile": "npm run build" }, "keywords": [], "author": "greper", diff --git a/packages/ui/certd-client/src/views/certd/cert/dns-persist/index.vue b/packages/ui/certd-client/src/views/certd/cert/dns-persist/index.vue index 01dd95ba2..8bec43d2a 100644 --- a/packages/ui/certd-client/src/views/certd/cert/dns-persist/index.vue +++ b/packages/ui/certd-client/src/views/certd/cert/dns-persist/index.vue @@ -11,9 +11,9 @@ diff --git a/packages/ui/certd-client/src/views/certd/cert/domain/index.vue b/packages/ui/certd-client/src/views/certd/cert/domain/index.vue index 1b40f43e4..bbe4c99cd 100644 --- a/packages/ui/certd-client/src/views/certd/cert/domain/index.vue +++ b/packages/ui/certd-client/src/views/certd/cert/domain/index.vue @@ -19,13 +19,14 @@ diff --git a/packages/ui/certd-client/src/views/certd/cname/record/index.vue b/packages/ui/certd-client/src/views/certd/cname/record/index.vue index 77d35ff24..d306a244b 100644 --- a/packages/ui/certd-client/src/views/certd/cname/record/index.vue +++ b/packages/ui/certd-client/src/views/certd/cname/record/index.vue @@ -21,13 +21,14 @@ diff --git a/packages/ui/certd-client/src/views/certd/invite/index.vue b/packages/ui/certd-client/src/views/certd/invite/index.vue index e1ccb8fd1..381ee80e4 100644 --- a/packages/ui/certd-client/src/views/certd/invite/index.vue +++ b/packages/ui/certd-client/src/views/certd/invite/index.vue @@ -149,7 +149,7 @@ diff --git a/packages/ui/certd-client/src/views/sys/settings/header-menus/index.vue b/packages/ui/certd-client/src/views/sys/settings/header-menus/index.vue index e87304a6a..5789afa7a 100644 --- a/packages/ui/certd-client/src/views/sys/settings/header-menus/index.vue +++ b/packages/ui/certd-client/src/views/sys/settings/header-menus/index.vue @@ -8,10 +8,10 @@ diff --git a/packages/ui/certd-client/src/views/sys/suite/activation-code/index.vue b/packages/ui/certd-client/src/views/sys/suite/activation-code/index.vue index a5af3d79d..209ec93f0 100644 --- a/packages/ui/certd-client/src/views/sys/suite/activation-code/index.vue +++ b/packages/ui/certd-client/src/views/sys/suite/activation-code/index.vue @@ -11,9 +11,9 @@ diff --git a/packages/ui/certd-client/src/views/sys/suite/product/index.vue b/packages/ui/certd-client/src/views/sys/suite/product/index.vue index 97d6d97e9..8f312f6a7 100644 --- a/packages/ui/certd-client/src/views/sys/suite/product/index.vue +++ b/packages/ui/certd-client/src/views/sys/suite/product/index.vue @@ -3,9 +3,10 @@ diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index a740adb4e..59dc134a2 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -57,7 +57,6 @@ "@certd/acme-client": "^1.41.3", "@certd/basic": "^1.41.3", "@certd/commercial-core": "^1.41.3", - "@certd/cv4pve-api-javascript": "^8.4.2", "@certd/jdcloud": "^1.41.3", "@certd/lib-huawei": "^1.41.3", "@certd/lib-k8s": "^1.41.3", @@ -68,6 +67,7 @@ "@certd/plugin-lib": "^1.41.3", "@certd/plugin-plus": "^1.41.3", "@certd/plus-core": "^1.41.3", + "@certd/cv4pve-api-javascript": "^8.4.2", "@google-cloud/dns": "^5.3.1", "@google-cloud/publicca": "^1.3.0", "@huaweicloud/huaweicloud-sdk-cdn": "3.1.185",