Commit dbfd307b by linjinhong

fix:修改问题

parent 936e9002
...@@ -8,21 +8,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx' ...@@ -8,21 +8,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
base: '/', base: '/',
server: {
port: 9527,
host: true,
proxy: {
'/api': {
target: 'http://10.168.31.142:8060',
},
'/ws': {
target: 'http://10.168.31.142:8060',
changeOrigin: true,
ws: true,
secure: false,
},
},
},
plugins: [ plugins: [
vue(), vue(),
vueJsx(), vueJsx(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment