摘要: SpringBlade组件总览网址 https://element-plus.org/zh-CN/component/overview.html 1.element plus组件 <basic-container></basic-container>标签作用:固定整体布局 <el-table></e 阅读全文
posted @ 2024-08-12 17:51 羡仟 阅读(18) 评论(0) 推荐(0)
摘要: 1.用id传数据后台用字典传递渲染数据 @GetMapping("/dict") @ApiOperationSupport(order = 12) @ApiOperation(value = "字典", notes = "") public R<List> dict() { List list = 阅读全文
posted @ 2024-08-09 17:41 羡仟 阅读(30) 评论(0) 推荐(0)
摘要: 1.添加vue组件与后台接口连接渲染 2.添加.js文件设置数据库增删改查 阅读全文
posted @ 2024-08-08 16:05 羡仟 阅读(7) 评论(0) 推荐(0)
摘要: 1.插入数据库将需要的数据传入后台 INSERT INTO blade_menu(id, parent_id, code, name, alias, path, source, sort, category, action, is_open, remark, is_deleted) VALUES ( 阅读全文
posted @ 2024-08-08 16:02 羡仟 阅读(26) 评论(0) 推荐(0)
摘要: 1.添加parameterinfo.menu.mysql连接菜单数据库 2.在prodect文件夹下几个文件夹添加相应接口 3.前端添加api文件夹下命名为parameter/parameterinfo.js 4.添加view文件夹下命名为parameter/parameterinfo.vue 阅读全文
posted @ 2024-08-07 17:18 羡仟 阅读(12) 评论(0) 推荐(0)
摘要: 1.前后端的下载运行与对接 SpringBlade源码下载地址https://gitee.com/smallc/SpringBlade 打开终端,事先准备好一个空文件夹 创建project文件夹 在project文件夹下创建cloud、boot、vue文件夹 进入cloud 执行git clone命 阅读全文
posted @ 2024-08-06 18:12 羡仟 阅读(226) 评论(0) 推荐(0)
摘要: 数据库添加价格表t_price_info 将数据添加到菜单数据库blade_menu 后台添加价格管理接口向前端传输数据 添加价格管理数据库priceinfo.menu.mysql 添加PriceInfoController、PriceInfo、PriceInfoMapper、PriceInfoMa 阅读全文
posted @ 2024-08-05 17:35 羡仟 阅读(37) 评论(0) 推荐(0)
摘要: 1.在src下新建文件夹apis 在apis下新建一个index.ts 2.在index.ts添加 import axios from 'axios'; export const httpInstance = axios.create(); 3.在终端输入 npm run lint 确定文件没有问题 阅读全文
posted @ 2024-08-02 16:14 羡仟 阅读(254) 评论(0) 推荐(0)
摘要: npm install element-plus --save 下载element-plus 2.npm install -D unplugin-vue-components unplugin-auto-import 导入方式:自动导入 不需要安装插件 3.配置文件 将: import AutoIm 阅读全文
posted @ 2024-08-02 15:31 羡仟 阅读(70) 评论(0) 推荐(0)
摘要: 今天学习了雪花算法 算法代码链接 https://mp.weixin.qq.com/s?src=11&timestamp=1722503585&ver=5418&signature=p2TT9lYzV77X7kzwja1Ti-mvyBd1-PP8RwSWBL6S3INDWWM7mtTOBMkYO7z 阅读全文
posted @ 2024-08-01 18:03 羡仟 阅读(94) 评论(0) 推荐(0)