mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-21 05:49:24 +01:00
chore: icons border color (#440)
* chore: icons border color * build: publish web 1.1.9
This commit is contained in:
@@ -21,5 +21,12 @@ export default useScript;
|
||||
|
||||
|
||||
export const useIconfontScript = () => {
|
||||
useScript('/assets/fonts/icons/iconfont.js');
|
||||
const appStore = JSON.parse(localStorage.getItem("app-store") || "{}");
|
||||
|
||||
let baseURL = appStore.state?.endpoint_http
|
||||
if (!baseURL || baseURL === "undefined") {
|
||||
baseURL = "";
|
||||
}
|
||||
|
||||
useScript(baseURL + '/assets/fonts/icons/iconfont.js');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user