MrShi
2023-12-20 d8e493052309db7180c3ee5d3ec9e01b78e12bdc
admin/vue.config.js
@@ -10,7 +10,11 @@
    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  192.168.0.110:10013
        // http://192.168.0.101:10013
        // http://192.168.0.132:10013
        target: 'http://192.168.0.108:10013',
        changeOrigin: true,
        pathRewrite: {
          [`^${[process.env.VUE_APP_API_PREFIX]}`]: ''