保存进度!
This commit is contained in:
		@@ -5,7 +5,7 @@ export const routes = [
 | 
				
			|||||||
    redirect: "Login",
 | 
					    redirect: "Login",
 | 
				
			||||||
    hidden: true,
 | 
					    hidden: true,
 | 
				
			||||||
    aaa: "",
 | 
					    aaa: "",
 | 
				
			||||||
    bbb:""
 | 
					    bbb: ""
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  // 登录 
 | 
					  // 登录 
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
@@ -105,11 +105,9 @@ export const routes = [
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
    
 | 
					
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
const router = createRouter({
 | 
					const router = createRouter({
 | 
				
			||||||
  history: createWebHashHistory(),
 | 
					  history: createWebHashHistory(),
 | 
				
			||||||
  routes
 | 
					  routes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user