zhuliu 1 年之前
父节点
当前提交
4ef81dda7e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/login/index.vue

+ 0 - 1
src/views/login/index.vue

@@ -245,7 +245,6 @@ export default {
     // 登录按钮点击
     submitForm() {
       this.btnLoading = true;
-      Storage.setCookie('X-Forwarded-For',null)
       this.$api.adminLogin(this.ruleForm).then(async response => {
         Storage.setStr('username', this.ruleForm.username)
         Storage.setStr('password', this.ruleForm.password)