diff --git a/.env.development b/.env.development index cc1bf16..9ad7365 100644 --- a/.env.development +++ b/.env.development @@ -13,4 +13,4 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # 本地 #VITE_API_BASE='http://localhost:8081/' # sunjiabei -# VITE_API_BASE='http://192.168.0.115:8081/' \ No newline at end of file +# VITE_API_BASE='http://192.168.0.34:8081/' \ No newline at end of file diff --git a/src/global.css b/src/global.css new file mode 100644 index 0000000..6ba147f --- /dev/null +++ b/src/global.css @@ -0,0 +1,3 @@ +body { + font-family: 'Microsoft YaHei UI'; +} \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 3e78e78..fc0b6ca 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,6 +15,7 @@ import 'vxe-table/lib/style.css' // 修正导入路径 import { useAdminStore } from './store' import request from "@/util/request"; +import "./global.css"; const app = createApp(App) const pinia = createPinia() diff --git a/src/views/audit/bean/beanAudit.vue b/src/views/audit/bean/beanAudit.vue index 474e45b..4d59a62 100644 --- a/src/views/audit/bean/beanAudit.vue +++ b/src/views/audit/bean/beanAudit.vue @@ -1,10 +1,10 @@