feat(main): 添加文件服务器URL获取功能
parent
d1f9be49f3
commit
aa78cc8bb2
|
|
@ -4,6 +4,7 @@ import { message } from "antd";
|
|||
import dayjs from "dayjs";
|
||||
import "dayjs/locale/zh-cn";
|
||||
import "../blessed_by_buddha";
|
||||
import { getFileUrlFromServer } from "zy-react-library/utils";
|
||||
|
||||
require("antd/dist/reset.css");
|
||||
require("zy-react-library/css/common.less");
|
||||
|
|
@ -12,7 +13,7 @@ dayjs.locale("zh-cn");
|
|||
setJJBCommonAntdMessage(message);
|
||||
|
||||
const app = setup();
|
||||
|
||||
getFileUrlFromServer()
|
||||
// 非底座环境运行
|
||||
if (!window.__POWERED_BY_QIANKUN__) {
|
||||
// 云组件默认依赖
|
||||
|
|
|
|||
Loading…
Reference in New Issue