11 2020 档案

摘要:(function () { var BSTable = function (bstableId, url, columns,queryParamsType,countSize) { this.btInstance = null; //jquery和BootStrapTable绑定的对象 this. 阅读全文
posted @ 2020-11-19 11:55 DawnZhao 阅读(782) 评论(0) 推荐(0)
摘要:1.使用到环境 nginx 链接:https://pan.baidu.com/s/150WmX4PgemCHwKR2d6sOdA 提取码:j3gu 2.首先打开vue项目根目录;cmd命令行运行 npm run build 会自动生成一个dist文件夹 3.把dist文件夹里面所有文件复制到 F:\ 阅读全文
posted @ 2020-11-12 15:56 DawnZhao 阅读(2899) 评论(0) 推荐(0)
摘要:1.使用到环境 node.js 链接:https://pan.baidu.com/s/1MSj1dXR5upQShYaY4cdqiw 提取码:ushe 2.全局安装 vue-cli npm install --global vue-cli 【ps:将npm替换成cnpm 淘宝镜像 npm insta 阅读全文
posted @ 2020-11-12 15:43 DawnZhao 阅读(322) 评论(0) 推荐(0)
摘要:1.为什么要监听页面所有ajax请求状态,目前我遇到的哈。接上一任大佬代码,没有对ajax封装,直接使用 $.ajax 从而导致现在对登录失效跳转登录页面问题。 2.废话少说直接上代码。[直接把代码引入到公共js即可] var index = 0; $(document).ajaxComplete( 阅读全文
posted @ 2020-11-11 15:08 DawnZhao 阅读(983) 评论(0) 推荐(1)
摘要:1.首页下载先面两个js ( browser-polyfill.js 链接:https://pan.baidu.com/s/1OB5NJZrrSNt8OvxJZ7sX9Q 提取码:yurh browser.js 链接:https://pan.baidu.com/s/1SaHAAiXToT4zOxf1 阅读全文
posted @ 2020-11-11 14:57 DawnZhao 阅读(639) 评论(0) 推荐(0)
摘要:var $ax = function (url, success, error) { this.url = url; this.type = "post"; this.data = {}; this.dataType = "json"; this.async = false; this.succes 阅读全文
posted @ 2020-11-11 14:48 DawnZhao 阅读(258) 评论(0) 推荐(0)