随笔分类 -  vue 学习

摘要:getTableList() { //列表数据查询 queryRoomAudit(this.tableParameter).then(response => { this.tableData = response.data this.returnTotal = response.total this 阅读全文
posted @ 2021-06-28 16:49 ˉ八月 阅读(111) 评论(0) 推荐(0)
摘要:<template> <div> <el-date-picker v-model="nInput" :type="type" :placeholder="placeholder" :readonly="readonly" :disabled="disabled" :clearable="cleara 阅读全文
posted @ 2021-05-25 15:54 ˉ八月 阅读(1192) 评论(0) 推荐(0)
摘要:1 <template> 2 <div> 3 <el-input v-model="nInput" :placeholder="placeholder" :readonly="readonly" :disabled="disabled" :clearable="clearable" @input=" 阅读全文
posted @ 2021-05-18 16:03 ˉ八月 阅读(864) 评论(0) 推荐(0)
摘要:server { listen 8001; location / { # vue h5 history mode 时配置 try_files $uri $uri/ /index.html; root D:/phpstudy_pro/WWW/Vue/XMTFDMSH/dmsWechat/; index 阅读全文
posted @ 2021-04-29 11:31 ˉ八月 阅读(516) 评论(0) 推荐(0)
摘要:时间格式:2021-05-31 00:00:00 ,后缀带00:00:00的时间格式在IOS时间转换格式会报错 需直接截取前缀年月日,或者时分秒改成正常的时间 阅读全文
posted @ 2021-04-27 16:24 ˉ八月 阅读(64) 评论(0) 推荐(0)
摘要:1.修改config文件夹下的index.js assetsPublicPath: '/demo/' //你的服务器二级目录 2.修改路由js文件 var base = process.env.NODE_DEV == 'development' ? '/' : '/demo/' 部署,可以正常使用。 阅读全文
posted @ 2020-06-01 10:00 ˉ八月 阅读(1011) 评论(0) 推荐(0)
摘要:1.发布后把config/index.js 的productionSourceMap: true,改成productionSourceMap: false webpack成功隐藏 阅读全文
posted @ 2017-07-12 18:08 ˉ八月 阅读(246) 评论(0) 推荐(0)