Commit 17defc77 authored by 王晓旭's avatar 王晓旭

修改权限

parent 73b30b79
...@@ -28,6 +28,9 @@ const router = new Router({ ...@@ -28,6 +28,9 @@ const router = new Router({
path: "/step", path: "/step",
name: "step", name: "step",
component:Step, component:Step,
meta: {
requiresAuth: true,
},
}, },
{ {
path: "/", path: "/",
......
...@@ -137,15 +137,6 @@ export default { ...@@ -137,15 +137,6 @@ export default {
fileList:[] fileList:[]
} }
}, },
watch:{
fileList:{
handler(newval){
console.log(123,newval);
},
immediate:true,
deep:true
}
},
methods:{ methods:{
gotoMh(){ gotoMh(){
window.location.href = process.env.VUE_APP_PORTAL_URL window.location.href = process.env.VUE_APP_PORTAL_URL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment