mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-24 14:26:40 +08:00
update smart-admin-web/javascript-ant-design-vue3/src/main.js.
Signed-off-by: 1024创新实验室 <1024lab@sina.com>
This commit is contained in:
parent
d0885616b7
commit
5673df549b
@ -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 ※ --------------------
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user