摘要: document.cookie='znmk_token=2ac0fc94-78fa-42c0-b18b-c55a7e3b18b1; path=/; /; Expires=Sat Jan 23 2038 11:14:07 GMT+0800 (中国标准时间);' 阅读全文
posted @ 2018-06-19 17:26 丁丶丁 阅读(213) 评论(0) 推荐(0) 编辑
摘要: /^([1-9]\d{0,9}|0)([.]?|(\.\d{1,2})?)$/ 阅读全文
posted @ 2018-06-06 14:30 丁丶丁 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 在data里面 导入路径 topIcon2:require("./assets/img/topIcon2.jpg"), topIcon3:require("./assets/img/topIcon3.jpg"), topIcon4:require("./assets/img/topIcon4.jpg 阅读全文
posted @ 2018-05-18 11:11 丁丶丁 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 公司开发环境不问题,每次开发总要重新配置下反向,总要麻烦后台大佬,后来自己试着配了几次也就那么回去,记录下来 第一步 监听本地端口 listen 80; server_name 127.0.0.1; 第二步 配置接口代理 location /ws-microservice-backstage { p 阅读全文
posted @ 2018-04-14 16:20 丁丶丁 阅读(267) 评论(0) 推荐(0) 编辑
摘要: <el-table ref="nana" @sort-change='tableChange' v-cloak id="mybox" height="100%" :data="pageDate" style="width:100%;height:100%" :default-sort="{prop: 阅读全文
posted @ 2018-02-09 15:22 丁丶丁 阅读(3878) 评论(0) 推荐(0) 编辑
摘要: <el-table v-cloak id="mybox" :row-class-name="tableRowClassName" height="100%" :data="pageDate" style="width:100%;height:100%" :default-sort="{prop: ' 阅读全文
posted @ 2018-02-08 16:38 丁丶丁 阅读(2537) 评论(0) 推荐(0) 编辑
摘要: mounted() { const that = this; window.onresize = function temp() { that.clientHeight = `${document.documentElement.clientHeight}`; console.log(that.cl 阅读全文
posted @ 2018-01-27 16:16 丁丶丁 阅读(747) 评论(0) 推荐(0) 编辑
摘要: 主要是插件监听值的变化,初始化没彻底 //分页初始化 pageSize:"", currentPage: 1, totalResult: '', pageNum: 1, <div class="panel footer_list" v-cloak> <el-pagination @size-chan 阅读全文
posted @ 2018-01-17 20:25 丁丶丁 阅读(2968) 评论(0) 推荐(0) 编辑
摘要: dragShopStart: function (item) { console.log(item) this.dropData = item //获取拖传过来的对象 }, // 拖动结束 dragShopOver: function (event) { event.preventDefault() 阅读全文
posted @ 2018-01-15 10:20 丁丶丁 阅读(150) 评论(0) 推荐(0) 编辑
摘要: <el-input style="width:235px" v-model="searchItemName"clearable placeholder="请输入商品名" @keyup.enter.native="searchEnter" v-cloak></el-input> 这里native 不加 阅读全文
posted @ 2018-01-15 10:19 丁丶丁 阅读(166) 评论(0) 推荐(0) 编辑