浏览代码

随手拍

rongxin_prod
张泽亮 1年前
父节点
当前提交
780da500dd
共有 2 个文件被更改,包括 0 次插入26 次删除
  1. +0
    -1
      src/permission.js
  2. +0
    -25
      src/views/admin.vue

+ 0
- 1
src/permission.js 查看文件

@@ -13,7 +13,6 @@ const whiteList = [
'/auth-redirect',
'/bind',
'/register',
'/admin', // 随手拍跳转

'/news/index',
'/news/newDetail',


+ 0
- 25
src/views/admin.vue 查看文件

@@ -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>

正在加载...
取消
保存