演示模式,后台权限code控制

This commit is contained in:
吕金泽
2022-02-06 12:34:56 +08:00
parent 0edba9b3cc
commit d9beca5433
32 changed files with 121 additions and 812 deletions
+2 -1
View File
@@ -6,8 +6,9 @@
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve --open",
"serve:preview": "vue-cli-service serve --mode preview --open",
"build": "vue-cli-service build",
"preview": "node build/index.js --preview",
"preview": "vue-cli-service build --mode preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",