|
@@ -35,7 +35,7 @@ const getJump = (url: string, name: string) => {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
if (url == '/set') {
|
|
if (url == '/set') {
|
|
- if (import.meta.env.DEV) {
|
|
|
|
|
|
+ if (import.meta.env.DEV || import.meta.env.development) {
|
|
proxy?.$modal.msgSuccess('测试环境免密进入');
|
|
proxy?.$modal.msgSuccess('测试环境免密进入');
|
|
router.push({ path: url });
|
|
router.push({ path: url });
|
|
} else {
|
|
} else {
|