ipConfig.js 564 B

123456789101112131415161718
  1. /*
  2. * @Description: file content
  3. * @Version: 2.0
  4. * @Author: ljl
  5. * @Date: 2022-03-07 11:37:41
  6. * @LastEditors: ljl
  7. * @LastEditTime: 2022-08-02 15:35:36
  8. * @FilePath: \zyypt-ssb-vue_app\public\ipConfig.js
  9. */
  10. // if(process.env.NODE_ENV === 'production'){
  11. // process.env.VUE_APP_BASE_API = "http://172.203.199.134:8080"
  12. // }
  13. const ipConfig = {
  14. baseURL: "https://zyaxd.wsjkw.sh.gov.cn/apiserver/",
  15. userURL: "https://zyaxd.wsjkw.sh.gov.cn/getapp/",
  16. logURL: "https://key.cnrailwaycloud.com:18182/log/logserver/",
  17. // appCode:'qbJok20DgtRe0bcpen'
  18. }