Commit ae27561a by qinjianhui

fix: 修改config

parent 494f74b4
......@@ -7,15 +7,6 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
base: './',
server: {
port: 9803,
host: true,
proxy: {
'/api': {
target: 'http://192.168.31.40:8060',
},
},
},
plugins: [
vue(),
AutoImport({
......
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