摘要: live Server 阅读全文
posted @ 2021-06-09 09:20 zjxgdq 阅读(24) 评论(0) 推荐(0) 编辑
摘要: npm install -g nodemon 阅读全文
posted @ 2021-06-08 10:34 zjxgdq 阅读(18) 评论(0) 推荐(0) 编辑
摘要: iTerm2 - macOS Terminal Replacement 终端神器 初始化项⽬ npm init -y 安装命令 npm i loadsh --save/cnpm i loadsh --save 下载速度慢可替换成淘宝镜像 npm install -g cnpm --registry= 阅读全文
posted @ 2021-06-05 18:47 zjxgdq 阅读(41) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' // login.hj.u2sy.cn改为login.test.u2sy.cn const url = 'http://login.test.u2sy.cn/dianshang/login/' // startDate=2020-01-01&end 阅读全文
posted @ 2021-06-02 17:08 zjxgdq 阅读(68) 评论(0) 推荐(0) 编辑
摘要: http-service页面 import axios from 'axios'; //拦截器 axios.interceptors.response.use(function (response) { // 对响应数据做点什么 if (response.status == 200) { retur 阅读全文
posted @ 2021-06-02 17:04 zjxgdq 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 下载 npm i compression-webpack-plugin -D const CompressionPlugin = require("compression-webpack-plugin") module.exports ={ configureWebpack: () => { if  阅读全文
posted @ 2021-05-31 14:31 zjxgdq 阅读(83) 评论(0) 推荐(0) 编辑
摘要: import "tailwindcss/tailwind.css"公共 npm install tailwindcss 阅读全文
posted @ 2021-05-27 21:08 zjxgdq 阅读(48) 评论(0) 推荐(0) 编辑
摘要: }, { path: '/home', name: 'Home', component: resolve => require(['../views/Home.vue'],resolve), meta: { nav: false, isKeep: false } }, 阅读全文
posted @ 2021-05-27 19:20 zjxgdq 阅读(20) 评论(0) 推荐(0) 编辑
摘要: <--a标签--> <a href="'https://www.baidu.com/'" target="_blank"> a标签跳转到外部链接测试 </a>// 跳转后浏览器地址栏结果http://localhost:8080/'https://www.baidu.com/' 12345678解决 阅读全文
posted @ 2021-05-26 18:47 zjxgdq 阅读(922) 评论(0) 推荐(0) 编辑
摘要: :row-key="(record) => record.expressId" 阅读全文
posted @ 2021-05-26 17:11 zjxgdq 阅读(34) 评论(0) 推荐(0) 编辑