增加起飞接口,并处理缓存问题

This commit is contained in:
2025-12-13 23:51:10 +08:00
parent 402d502eae
commit d3fc51f8cb
5 changed files with 19 additions and 14 deletions

View File

@@ -5,4 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
base: "/web/",
optimizeDeps: {
exclude: ['DroneCtrl']
}
})