摘要:
export default { namespaced: true,//在这里控制 state, mutations, actions } import Vue from 'vue' import { Req_getToken } from '@/api/user' const user = { s 阅读全文
摘要:
如果要说为什么要使用X-Auth-Token这种方式请求需要认证的接口数据,我经过测试接口对比(使用Http Basic Authentication的方式和X-Auth-Token方式),得出的结论如下:正如一些博文的作者所倡导的那样,之所以不建议使用Basic Authentication的方式 阅读全文
摘要:
<!-- Vue SFC --> <template> <div class="my-self-table"> <div class="container"> <div class="handle-box" style="margin-bottom: 20px;"> <!-- 按钮区 --> <el 阅读全文
摘要:
el-input加上vertical-align: top; 阅读全文