refactor: 视频接口改用 R2 直连,移除 openlist 依赖
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://openlist.wufangzhen.com',
|
||||
target: 'https://wufangzhen.com',
|
||||
changeOrigin: true,
|
||||
secure: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user