提交 fe094fbc authored 作者: 王鹏飞's avatar 王鹏飞

chore: 新增wuxt

上级 391bf525
VITE_LOGIN_URL=https://login.ezijing.com/auth/login/index
VITE_LOGIN_URL=https://login.segcdc.com/auth/login/index
......@@ -55,12 +55,12 @@ export const menus: IMenuItem[] = [
{
icon: Collection,
name: '题库管理',
path: 'https://qa-center.ezijing.com/question/list'
path: 'https://qa-center.segcdc.com/question/list'
},
{
icon: ToiletPaper,
name: '试卷管理',
path: 'https://qa-center.ezijing.com/paper/list'
path: 'https://qa-center.segcdc.com/paper/list'
}
]
},
......
......@@ -217,7 +217,7 @@ watch(
}
)
const handleExamDetail = (row: any) => {
window.open(`https://qa-center.ezijing.com/paper/detail/${row.id}`)
window.open(`https://qa-center.segcdc.com/paper/detail/${row.id}`)
}
</script>
<template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论