|
@@ -215,9 +215,7 @@ export default {
|
|
|
if (text !== 'confirm') return
|
|
|
// 要执行的操作
|
|
|
console.log(item)
|
|
|
- // this.$store.commit('user/SET_PROXY_INFO', item)
|
|
|
this.$store.commit('proxy/OPEN_PROXY', item)
|
|
|
- // this.$router.push(`/auth/list?type=${item.shopType}`)
|
|
|
this.$router.push(`/proxy`)
|
|
|
},
|
|
|
// 过滤列表
|