From af3a1dddb17d634fb2970e425660f3383b6cf3c8 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Mon, 9 May 2022 07:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/package.json | 2 +- kicc-ui/src/views/system/dict/DictDataTable.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kicc-ui/package.json b/kicc-ui/package.json index 66a49807..6db4a11b 100644 --- a/kicc-ui/package.json +++ b/kicc-ui/package.json @@ -13,7 +13,7 @@ "lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,ts,tsx}\" --fix", "build": "yarn lint:check && cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", "build:test": "yarn lint:check && vite build --mode test && esno ./build/script/postBuild.ts", - "build:no-cache": "yarn delete:cache && yarn run build", + "build:no-cache": "yarn delete:cache && yarn build", "preview": "yarn run build && vite preview", "preview:dist": "vite preview", "report": "cross-env REPORT=true yarn run build", diff --git a/kicc-ui/src/views/system/dict/DictDataTable.vue b/kicc-ui/src/views/system/dict/DictDataTable.vue index bdd059e7..571f5506 100644 --- a/kicc-ui/src/views/system/dict/DictDataTable.vue +++ b/kicc-ui/src/views/system/dict/DictDataTable.vue @@ -10,7 +10,7 @@