yubo
2026-04-12 3a77c6fbda3243c135f9a3b55ad205970fd9f6cb
.env.development
@@ -2,7 +2,7 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:8301/'
VUE_APP_BASE_API = 'http://localhost:8301/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.