Skip to content

Commit

Permalink
fix: 加速登录
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Feb 9, 2021
1 parent 5d8d529 commit 756457e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/d2-crud-plus-example/.env.preview
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NODE_ENV=production

# 标记当前是 CI 自动构建
VUE_APP_BUILD_MODE=PREVIEW
VUE_APP_API=/api/
VUE_APP_API=http://www.docmirror.cn:7070/api/
VUE_APP_PM_ENABLED=true
VUE_APP_SOURCE_LINK=TRUE
VUE_APP_PUBLIC_PATH=/D2CrudPlusExample
Expand Down
1 change: 1 addition & 0 deletions packages/d2-crud-plus-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"start": "npm run serve",
"dev": "npm run serve ",
"dev:pm": "vue-cli-service serve --open --mode pm",
"dev:prod": "vue-cli-service serve --open --mode preview",
"test": "vue-cli-service serve --open --mode test",
"test:pm": "vue-cli-service serve --open --mode test_pm",
"dev:pm:remote": "vue-cli-service serve --open --mode pm_remote",
Expand Down

0 comments on commit 756457e

Please sign in to comment.