yangfeng
2024-03-30 47794850d06ebbe27c2d1b42536521c397e5ae99
src/common/untils/request.js
@@ -26,9 +26,9 @@
const getApsPage = () => {
  // 首页部署在各个环境的端口
  const loginPathMap = {
    prod: `//${window.location.hostname}:9088`,
    prod: `//${window.location.hostname}`,
    test: `//192.168.20.119:9088`,
    dev: `//localhost:8081`
    dev: `//localhost:8080`
  }
  return loginPathMap[environmentType()]
}