新增前后端分离代码生成器 菜单在维护-》代码生成

This commit is contained in:
stivepeim
2022-08-24 19:00:37 +08:00
parent 80fdd3754f
commit fc2bc07451
919 changed files with 2501 additions and 997 deletions

View File

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