【修改】删除用户账号
This commit is contained in:
@@ -90,6 +90,10 @@ export default {
|
||||
this.$store.commit('activeTab', null)
|
||||
this.$store.commit('removeDicts', null)
|
||||
localStorage.removeItem('cookie')
|
||||
aplus_queue.push({
|
||||
action: 'aplus.setMetaInfo',
|
||||
arguments: ["_user_id", ""]
|
||||
});
|
||||
// var sevice = "http://"+window.location.host+"/";
|
||||
// var serviceUrl = encodeURIComponent(sevice);
|
||||
// 正式
|
||||
|
||||
@@ -87,6 +87,10 @@ instance.interceptors.response.use(function (response) {
|
||||
localStorage.removeItem('cookie')
|
||||
router.push('/login')
|
||||
Message.error('登录超时过期')
|
||||
aplus_queue.push({
|
||||
action: 'aplus.setMetaInfo',
|
||||
arguments: ["_user_id", ""]
|
||||
});
|
||||
// window.open(BASE_URL.BASE_CHANGAN + "/logout?service=" + BASE_URL.BASE_LOCAL + "/login?loginType=1", '_self');
|
||||
// var url = 'http://192.168.144.22:9966/login?loginType=1'
|
||||
// // var url = 'http://10.64.23.30:7766/home'
|
||||
@@ -103,6 +107,10 @@ instance.interceptors.response.use(function (response) {
|
||||
localStorage.removeItem('cookie')
|
||||
router.push('/login')
|
||||
Message.error('登录超时过期')
|
||||
aplus_queue.push({
|
||||
action: 'aplus.setMetaInfo',
|
||||
arguments: ["_user_id", ""]
|
||||
});
|
||||
// window.open(BASE_URL.BASE_CHANGAN + "/logout?service=" + BASE_URL.BASE_LOCAL + "/login?loginType=1", '_self');
|
||||
// var url = 'http://192.168.144.22:9966/login?loginType=1'
|
||||
// // var url = 'http://10.64.23.30:7766/home'
|
||||
|
||||
Reference in New Issue
Block a user