This commit is contained in:
lcw
2025-08-31 22:42:03 +08:00
15 changed files with 418 additions and 574 deletions

View File

@ -52,7 +52,7 @@ import mitt from "mitt";
import { resetForm } from "@/utils/validate";
import { getDict, setCascader } from '@/utils/dict';
import axios from "axios";
import fzui from 'fzui-fengqun-vue'
// import fzui from 'fzui-fengqun-vue'
//挂载全局方法
app.config.globalProperties.resetForm = resetForm;
@ -66,12 +66,12 @@ installElementPlus(app);
installIcons(app);
installFilter(app);
installDirective(app);
app.use(fzui, {
getOwnHostLabel: () => {
return '/fd_api';
},
translateHostLabel: () => {
return '/fd_api';
}
})
// app.use(fzui, {
// getOwnHostLabel: () => {
// return '/fd_api';
// },
// translateHostLabel: () => {
// return '/fd_api';
// }
// })
app.use(store).use(ELMessage).use(router).use(plugins).mount("#app");