From dbab45ef6e56c32ca3b2d286ec5cb7ed0c86bfea Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期四, 18 七月 2024 21:57:21 +0800 Subject: [PATCH] feat:实现crm与aps共用token --- package.json | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index e7597d3..1925ac5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", - "lint": "vue-cli-service lint" + "lint": "vue-cli-service lint", + "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview", + "test:unit": "vue-cli-service test:unit" }, "dependencies": { "axios": "^1.4.0", @@ -13,6 +15,7 @@ "crypto-js": "^4.1.1", "dayjs": "^1.11.9", "element-ui": "^2.15.13", + "js-cookie": "^3.0.5", "lodash": "^4.17.19", "qs": "^6.11.2", "save": "^2.9.0", -- Gitblit v1.8.0