jiangping
2024-01-05 cb6874174975a370cb60f1557704c9d49a05f9e6
admin/vue.config.js
@@ -11,10 +11,12 @@
    proxy: {
      [process.env.VUE_APP_API_PREFIX]: {
        // http://192.168.0.130:10013
        // 192.168.0.110:10013  192.168.0.110:10013
        // 192.168.0.110:10013
        // http://192.168.0.101:10013
        // http://192.168.0.132:10013
        target: 'http://192.168.0.108:10013',
        // http://192.168.0.132:10013   任康
        // http://192.168.0.110:10013   磊磊
        // http://192.168.0.133:10013   帅哥
        target: 'http://192.168.0.132:10013',
        changeOrigin: true,
        pathRewrite: {
          [`^${[process.env.VUE_APP_API_PREFIX]}`]: ''