ipConfig.js 477 B

12345678910111213141516
  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:26:51
  8. * @FilePath: \zyypt-ssb-vue_wechat\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. logURL: "https://key.cnrailwaycloud.com:18182/log/logserver/",
  16. }