mung-local-config.js 470 B

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