readme预览优化

This commit is contained in:
stivepeim
2021-02-04 18:45:03 +08:00
parent 07dab6539d
commit 5265e99043
2 changed files with 4 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
VUE_APP_BASE_API = 'https://api.beta.java.crmeb.net'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.