Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-04-16 15:57:44 +08:00
parent 118277d37d
commit aedab4b0ee
24 changed files with 0 additions and 1970 deletions
-14
View File
@@ -1,14 +0,0 @@
import { defineConfig } from 'vite'
import uni from '@dcloudio/vite-plugin-uni'
export default defineConfig({
plugins: [uni()],
server: {
proxy: {
'/api': {
target: 'http://192.168.13.105',
changeOrigin: true
}
}
}
})