feat(auth): 修改管理员密码和路由路径
Some checks failed
构建Docker镜像 / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-05 20:16:39 +08:00
parent 640b1aa99e
commit 333882c9e0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const routes = [
component: HomeView,
},
{
path: '/admin',
path: '/haha',
name: "Admin",
component: AdminView,
children: [

View File

@@ -151,7 +151,7 @@ const deleteToken = (row: any) => {
const inputPassWord = ref('')
const checkPassword = () => {
if (inputPassWord.value == "admin") {
if (inputPassWord.value == "haha") {
ElMessage({
message: '密码正确',
type: 'success',