结构调整
This commit is contained in:
parent
82f9a8d529
commit
95a85e2128
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Binary file not shown.
Binary file not shown.
@ -2,13 +2,13 @@
|
|||||||
font-family: "阿里巴巴普惠体";
|
font-family: "阿里巴巴普惠体";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("./Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf");
|
src: url("https://minio.ltd/fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "哥特黑白无常";
|
font-family: "哥特黑白无常";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("./gthbwc.ttf");
|
src: url("https://minio.ltd/fonts/gthbwc.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
@ -2,7 +2,7 @@ import { storeToRefs } from "pinia";
|
|||||||
import { getConfig } from "@/config";
|
import { getConfig } from "@/config";
|
||||||
import { emitter } from "@/utils/mitt";
|
import { emitter } from "@/utils/mitt";
|
||||||
import { routeMetaType } from "../types";
|
import { routeMetaType } from "../types";
|
||||||
import userAvatar from "@/assets/user.jpg";
|
import userAvatar from "@/assets/avatar/defaultWeChatAvatar.gif";
|
||||||
import { getTopMenu } from "@/router/utils";
|
import { getTopMenu } from "@/router/utils";
|
||||||
import { useGlobal } from "@pureadmin/utils";
|
import { useGlobal } from "@pureadmin/utils";
|
||||||
import { useRouter, useRoute } from "vue-router";
|
import { useRouter, useRoute } from "vue-router";
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
import { onMounted, reactive, ref } from "vue";
|
import { onMounted, reactive, ref } from "vue";
|
||||||
import { getAllRobot, RobotInfo, saveRobot, deleteRobot } from "@/api/robot";
|
import { getAllRobot, RobotInfo, saveRobot, deleteRobot } from "@/api/robot";
|
||||||
import { message } from "@/utils/message";
|
import { message } from "@/utils/message";
|
||||||
import defaultWeChatAvatar from "@/assets/defaultWeChatAvatar.gif";
|
import defaultWeChatAvatar from "@/assets/avatar/defaultWeChatAvatar.gif";
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
name: "RobotList"
|
name: "RobotList"
|
||||||
|
Loading…
Reference in New Issue
Block a user