linwe
2024-08-09 5e2aafeede13d337380f736567caf74f49713be7
vue.config.js
@@ -38,7 +38,7 @@
    proxy: {
      "/api/blade-resource/oss": {
        //本地服务接口地址
        // target: "http://192.168.31.188:9528",
        // target: "http://localhost:9528",
        target: "https://srgdjczzxtpt.com:2080/api",
        // target: "https://kt39592615.goho.co",
        // target: "http://z4042833u6.wicp.vip",
@@ -54,7 +54,7 @@
      },
      "/api": {
        //本地服务接口地址
        target: "http://192.168.1.50:9528",
        target: "http://localhost:9528",
        // target: "https://srgdjczzxtpt.com:2080/api",
        // target: "https://kt39592615.goho.co",
        // target: "http://z4042833u6.wicp.vip",
@@ -70,4 +70,4 @@
      },
    },
  },
}
}