修改首页样式

This commit is contained in:
wangxiaowei
2025-08-14 17:29:24 +08:00
parent a52154d9fc
commit 4d77a1070a
4 changed files with 132 additions and 71 deletions

View File

@ -14,7 +14,7 @@ export function createApp() {
app.use(routeInterceptor)
app.use(requestInterceptor)
app.use(VueQueryPlugin)
app.provide('OSS', '/src/static/')
app.provide('OSS', 'https://shchazhi.oss-cn-hangzhou.aliyuncs.com/fronted/')
return {
app,