jiangping
2024-01-05 2c4cfb7ed1ece6c3b80f7d551a267e9367ddb12b
admin/vue.config.js
@@ -10,7 +10,13 @@
    port: 10012,
    proxy: {
      [process.env.VUE_APP_API_PREFIX]: {
        target: 'http://192.168.0.197:10013',
        // http://192.168.0.130:10013
        // 192.168.0.110:10013
        // http://192.168.0.101: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]}`]: ''