12345678910111213141516 |
- const { defineConfig } = require('@vue/cli-service')
- module.exports = defineConfig({
- transpileDependencies: true,
- // devServer:{
- // // proxy:{
- // // '/api':{
- // // target:'http://192.168.2.55:8022',
- // // changeOrigin:true,
- // // ws:false,
-
- // // }
- // // }
- // }
- publicPath:'./'
- })
|