@@ -13,7 +13,6 @@ const whiteList = [ | |||||
'/auth-redirect', | '/auth-redirect', | ||||
'/bind', | '/bind', | ||||
'/register', | '/register', | ||||
'/admin', // 随手拍跳转 | |||||
'/news/index', | '/news/index', | ||||
'/news/newDetail', | '/news/newDetail', | ||||
@@ -1,25 +0,0 @@ | |||||
<!--直接跳转页面--> | |||||
<template> | |||||
<div> | |||||
</div> | |||||
</template> | |||||
<script> | |||||
export default { | |||||
name: "Admin", | |||||
data() { | |||||
return { | |||||
} | |||||
}, | |||||
mounted(){ | |||||
this.Run(); | |||||
}, | |||||
methods:{ | |||||
Run() { | |||||
window.location = 'http://116.255.223.226:75'; | |||||
// window.location = 'http://116.255.223.226:78/sunVillage_info/suishoupai'; | |||||
}, | |||||
}, | |||||
} | |||||
</script> |