06 2019 档案

摘要:一、html部分 (只需要一个带ID的table即可) <table id="tb_departments"></table>二、主要部分(js动态渲染配置) window.onload = function () { } 阅读全文
posted @ 2019-06-20 15:36 tomofagain 阅读(7866) 评论(0) 推荐(0)
摘要:1、在 conf/nginx.conf 中,很多都是默认配置,笔者把注释去掉,添加了自己少量的配置 worker_processes 1; events { worker_connections 1024;} http { include mime.types; default_type appli 阅读全文
posted @ 2019-06-14 10:59 tomofagain 阅读(238) 评论(0) 推荐(0)
摘要:1.config index.js下面的跨域代理设置: 2.http.js(封装axios) 3.api.js(封装接口) 4.vuex构成 (1)index.js (2)state.js (3)mutation-types.js (常量) (4)mutation.js (5)actions (这里 阅读全文
posted @ 2019-06-04 10:53 tomofagain 阅读(4994) 评论(0) 推荐(0)