You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Loki 70bbdab4e6 👍 新增代码生成器 2 years ago
bin init 3 years ago
build init 3 years ago
docker 修改商品详情上传及评测视频 2 years ago
public 修复评测并增加商品参数字段 2 years ago
src 👍 新增代码生成器 2 years ago
.editorconfig init 3 years ago
.env.demo 👍 新增代码生成器 2 years ago
.env.dev 👍 新增代码生成器 2 years ago
.env.prod 修改登录页面 2 years ago
.env.stage 修改登录页面 2 years ago
.eslintignore init 3 years ago
.eslintrc.js init 3 years ago
.gitignore 👍 新增代码生成器 2 years ago
Jenkinsfile init 3 years ago
README.md 👍 新增代码生成器 2 years ago
babel.config.js init 3 years ago
build.bat 增加一个自动构建发布脚本 3 years ago
package-lock.json 👍 新增代码生成器 2 years ago
package.json 修改登录页面 2 years ago
vue.config.js 支持缓存及会员等级修改 2 years ago
yarn.lock 👍 新增代码生成器 2 years ago

README.md

2023年7月1日 (zyh新增)

  • 新增一个BXG模块里的代码生成器 .这个生成器后端部分暂时还有一些报错
  • 菜单SQL请让后端放进vue-pro的menu表:
INSERT INTO `vue_pro`.`system_menu` (`id`, `name`, `permission`, `menu_type`, `hidden`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (1884, 'BXG生成器', '', 2, 0, 0, 1600, 'generator', 'people', 'bxg/tools/generator/index', 0, '1', '2023-06-28 12:00:09', '1', '2023-06-28 12:05:21', b'0');
INSERT INTO `vue_pro`.`system_menu` (`id`, `name`, `permission`, `menu_type`, `hidden`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (1885, 'genconfig', '', 2, 0, 0, 1600, 'generator/config/:tableName', '#', 'bxg/tools/generator/config', 0, '1', '2023-06-28 14:43:47', '1', '2023-06-28 15:09:27', b'0');
INSERT INTO `vue_pro`.`system_menu` (`id`, `name`, `permission`, `menu_type`, `hidden`, `sort`, `parent_id`, `path`, `icon`, `component`, `status`, `creator`, `create_time`, `updater`, `update_time`, `deleted`) VALUES (1886, 'preview', '', 2, 0, 0, 1600, 'generator/config/:tableName', '#', 'bxg/tools/generator/config', 0, '1', '2023-06-28 14:56:46', '1', '2023-06-28 15:09:45', b'0');