From 0a3994b8a4e5d89639a0348f28754fc595d4d0e9 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 17 Oct 2022 17:26:18 +0800
Subject: [PATCH] 相同投入品合并,优化显示
---
src/views/login/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 5ded017..8900856 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -77,7 +77,7 @@
},
created () {
//跳转到统一登录页
- window.location.replace('http://dev.jxpskj.com:8020/ncny/login.html')
+ // window.location.replace('http://dev.jxpskj.com:8020/ncny/login.html')
var that = this
this.newAxios = axios.create({
@@ -114,7 +114,6 @@
if (res.data.access_token) {
this.$store.commit('setUser', res.data)
auth.setToken(res.data.access_token)
- console.log('23232323', res.data)
window.localStorage.setItem('userName', res.data.nick_name)//赋值
this.$router.push({ path: '/' })
} else {
--
Gitblit v1.9.3