|
@@ -35,7 +35,7 @@ const getJump = (url: string, name: string) => {
|
|
|
}
|
|
|
if (url == '/set') {
|
|
|
if (import.meta.env.DEV) {
|
|
|
- proxy?.$modal.msgSuccess('测试环境免密进入设置');
|
|
|
+ proxy?.$modal.msgSuccess('测试环境免密进入');
|
|
|
router.push({ path: url });
|
|
|
} else {
|
|
|
let myInfo: any = localStorage.getItem('userInfo');
|
|
@@ -61,7 +61,7 @@ const getJump = (url: string, name: string) => {
|
|
|
}
|
|
|
} else if (url == '/test') {
|
|
|
if (import.meta.env.DEV) {
|
|
|
- proxy?.$modal.msgSuccess('测试环境免密进入设置');
|
|
|
+ proxy?.$modal.msgSuccess('测试环境免密进入');
|
|
|
router.push({ path: url });
|
|
|
} else {
|
|
|
proxy?.$modal
|