mung-local-config.js 502 B

123456789101112131415161718
  1. window.mungConfig = {
  2. dev: {
  3. BASE_API: "http://localhost:16399/luohe2_ee/api"
  4. // BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api'
  5. },
  6. build: {
  7. BASE_API: "https://park.lhzhtc.cn/luohe2_ee/api"
  8. },
  9. // casConfig: {
  10. // isLogin: false,
  11. // loginUrl: "https://10.252.0.229:38443/authui/login?service=",
  12. // hurl:
  13. // "https://10.252.0.229:38443/westport-portal/homepage.html#/redirectHomepage",
  14. // workBenchUrl: "https://10.252.0.229:38443/esf-web/"
  15. // },
  16. applicationName: "资产目录"
  17. };