xinyuansu/vue.config.js

12 lines
318 B
JavaScript
Raw Normal View History

2024-08-08 15:13:47 +08:00
// const { defineConfig } = require('@vue/cli-service')
// module.exports = {
// devServer: {
// proxy: {
// '/api': {
// target: 'http://192.168.3.114:8090',
// changeOrigin: true,
// rewrite: path => path.replace(/^\/api/, '') // 去掉 /api 前缀
// }
// }
// }
// }