Code/WCS/WIDESEAWCS_Client/vite.config.mjs
文件名从 Code/WCS/WIDESEAWCS_Client/vite.config.js 修改 @@ -1,11 +1,12 @@ import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueJsx from '@vitejs/plugin-vue-jsx' import { fileURLToPath, URL } from 'node:url' const __dirname = fileURLToPath(new URL('.', import.meta.url)) export default defineConfig({ plugins: [vue()], plugins: [vue(), vueJsx()], server: { host: '0.0.0.0',