This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
随手拍
rongxin_prod
张泽亮
1 year ago
parent
d97fb314e8
commit
780da500dd
2 changed files
with
0 additions
and
26 deletions
Split View
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
View File
@@ -13,7 +13,6 @@ const whiteList = [
'/auth-redirect',
'/bind',
'/register',
'/admin', // 随手拍跳转
'/news/index',
'/news/newDetail',
+ 0
- 25
src/views/admin.vue
View File
@@ -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…
Cancel
Save