上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: <div v-else> <img src="/img/dashboard/nodata.png"> <div style="color: #FFFFFF;font-size: 12px;margin-left: 23px;margin-top: -52px;transform: rotateZ(4 阅读全文
posted @ 2020-02-27 17:11 西门夜说 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-25 18:09 西门夜说 阅读(1136) 评论(0) 推荐(0) 编辑
摘要: import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.time.DateFormatUtils; import java.text.ParseException; import java.text.S 阅读全文
posted @ 2020-02-25 15:46 西门夜说 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: application.yml: 去阿里云短信服务模块自己申请 accessKeyId:accessKeySecret: 编写配置类读取配置文件 @ConfigurationProperties(prefix = "ximen.sms") @Component public class SmsPro 阅读全文
posted @ 2020-02-09 00:20 西门夜说 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 数据库: 依赖: <dependencies> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus</artifactId> <version>2.3</version> </dependency> <!--ju 阅读全文
posted @ 2020-02-06 22:30 西门夜说 阅读(8329) 评论(0) 推荐(0) 编辑
摘要: const path = require("path"); const resolve = function(dir) { return path.join(__dirname, dir); }; module.exports = { publicPath: "./", outputDir: "di 阅读全文
posted @ 2020-02-03 11:04 西门夜说 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 数据表结构: 前端代码 axios.js import axios from 'axios'; import Qs from 'qs'; import {Message} from 'element-ui'; axios.defaults.baseURL = "/"; // 设置请求超时时间 axi 阅读全文
posted @ 2020-02-02 22:25 西门夜说 阅读(15171) 评论(3) 推荐(1) 编辑
摘要: export default class GlobalHeader extends Vue { time: any = '' timeFormate(dt: any) { let yy = dt.getFullYear(); let mm = dt.getMonth() + 1; let dd = 阅读全文
posted @ 2020-01-20 09:18 西门夜说 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: //数组转化为树 function arraytotree(arr) { var top = [], sub = [], tempObj = {}; arr.forEach(function (item) { if (item.parentId 0) { // 顶级分类 top.push(item) 阅读全文
posted @ 2020-01-19 00:29 西门夜说 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 数据表结构: 后端代码: @RequestMapping(value = "/list", method = RequestMethod.POST) public Result findCategory(){ List<Category> list = categoryService.findCat 阅读全文
posted @ 2020-01-19 00:25 西门夜说 阅读(17713) 评论(3) 推荐(3) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页