diff --git a/package.json b/package.json index ac12e676..4c457af2 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "bootstrap": "pnpm install", "serve": "npm run dev", "dev": "vite", - "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", - "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts", + "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts", + "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts", "build:no-cache": "pnpm clean:cache && npm run build", "report": "cross-env REPORT=true npm run build", "type:check": "vue-tsc --noEmit --skipLibCheck", @@ -69,8 +69,8 @@ "vue": "^3.2.45", "vue-i18n": "^9.1.9", "vue-json-pretty": "^2.0.6", - "vue-router": "^4.1.6", - "vue-types": "^4.2.1", + "vue-router": "^4.0.16", + "vue-types": "^4.1.1", "vxe-table": "^4.3.5", "xe-utils": "^3.5.6", "xlsx": "^0.18.5" diff --git a/src/views/demo/payment/combination/CombinationCashier.vue b/src/views/demo/payment/combination/CombinationCashier.vue index 645cc666..3d8d6e67 100644 --- a/src/views/demo/payment/combination/CombinationCashier.vue +++ b/src/views/demo/payment/combination/CombinationCashier.vue @@ -1,4 +1,4 @@ - + diff --git a/yarn.lock b/yarn.lock index 51fef317..ba21287e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9808,7 +9808,7 @@ vue-json-pretty@^2.0.6: resolved "https://registry.npmmirror.com/vue-json-pretty/-/vue-json-pretty-2.1.1.tgz#f03202b76141930ab27fdbcb56b242b4d6478079" integrity sha512-zl/gWr/zeQU4mUozlBxGu/9ebR/tYywty5VGu8FcHTJwOu9se4OwlPZELruwnzvHODfUOh8rUirSgNTHmLZXVw== -vue-router@^4.1.6: +vue-router@^4.0.16: version "4.1.6" resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz#b70303737e12b4814578d21d68d21618469375a1" integrity sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ== @@ -9829,7 +9829,7 @@ vue-types@^3.0.0: dependencies: is-plain-object "3.0.1" -vue-types@^4.2.1: +vue-types@^4.1.1: version "4.2.1" resolved "https://registry.npmmirror.com/vue-types/-/vue-types-4.2.1.tgz#f8f7e5fb42d4a6acda6d92c9736b510e5534c753" integrity sha512-DNQZmJuOvovLUIp0BENRkdnZHbI0V4e2mNvjAZOAXKD56YGvRchtUYOXA/XqTxdv7Ng5SJLZqRKRpAhm5NLaPQ==