完善客户画像,品牌分析

This commit is contained in:
ZLI263
2025-09-21 21:25:28 +08:00
parent 3c9b01f639
commit 0eef93e0d4
7 changed files with 756 additions and 452 deletions

View File

@@ -4,13 +4,13 @@
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
"author": "Pan <panfree23@gmail.com>",
"scripts": {
"dev": "set CHOKIDAR_USEPOLLING=true && set CHOKIDAR_INTERVAL=1000 && vue-cli-service serve",
"dev:no-watch": "vue-cli-service serve --watch false",
"dev": "vue-cli-service serve",
"dev-no-open": "vue-cli-service serve --open false",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"lint": "eslint --ext .js,.vue src",
"lint": "vue-cli-service lint",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
},