From 2bc7d6bb5cfd9ed2034f2f616366d69e226c4d5d Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期六, 14 九月 2024 15:51:51 +0800 Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/operation_pc-v2 --- package.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1468c89..d0d17c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "scripts": { - "start": "cross-env NODE_APP_INSTANCE=test NODE_ENV=development nuxt", + "start": "cross-env NODE_APP_INSTANCE=dev NODE_ENV=development nuxt", "build:dev": "cross-env NODE_APP_INSTANCE=dev NODE_ENV=production nuxt build", "build:prod": "cross-env NODE_APP_INSTANCE=prod NODE_ENV=production nuxt build", "launch": "nuxt start", @@ -25,7 +25,7 @@ "css-vars-ponyfill": "^2.4.8", "dayjs": "^1.11.10", "echarts": "^5.5.0", - "el-business": "^1.1.21", + "el-business": "^1.1.22", "el-business-cache-utils": "^1.0.0", "el-business-cookie": "^1.0.0", "el-business-http": "^1.1.4", -- Gitblit v1.9.3