vue.config.js
@@ -1,6 +1,6 @@ module.exports = { //路径前缀 publicPath: "/enterprises/", publicPath: "/", lintOnSave: true, productionSourceMap: false, chainWebpack: (config) => { @@ -28,7 +28,7 @@ '/api': { //本地服务接口地址 // target: 'http://localhost', target: 'http://192.168.0.114:81',//钟W target: 'http://192.168.0.109:81',//钟W // target: 'http://localhost:81',//原W // target: 'http://192.168.0.108:81',//原W // target: 'http://192.168.0.109:81',//唐N