本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
随手拍
rongxin_prod
张泽亮
2 年之前
父節點
d97fb314e8
當前提交
780da500dd
共有
2 個檔案被更改
,包括
0 行新增
和
26 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/permission.js
+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>
Write
Preview
Loading…
取消
儲存