vue

来源:互联网 发布:贵阳市发改委数据铁笼 编辑:程序博客网 时间:2024/06/06 04:52
if (this.Cookie.get('jwt')) {          // 判断是否存在token,如果存在的话,header加上token          let config = {            headers: {              'jwt': this.Cookie.get('jwt')            }          }          var url='//' + global_.systemModulePath + '/loginoutAjax'          this.axios.get(url,config,            {withCredentials:true}).then(response => {          })        }

iview 的标签属性要加“:”     
<Option :value=1 >T+1</Option>
checkLenderEnterpriseDetial(){  console.log(event.target)}//获取当前标签

原创粉丝点击