Update main.js

This commit is contained in:
1024创新实验室
2023-02-16 21:47:23 +08:00
committed by GitHub
parent e2c79dc4d3
commit ac22209eca

View File

@@ -27,12 +27,6 @@ import { useUserStore } from '/@/store/modules/system/user';
import '/@/theme/index.less';
import { getTokenFromCookie } from '/@/utils/cookie-util';
let url = location.href;
if(url.indexOf('1024lab.net') > -1){
location.href = "https://preview.smartadmin.vip";
}
/*
* -------------------- ※ 着重 解释说明下main.js的初始化逻辑 begin ※ --------------------
*