12345678910111213141516 |
- /*
- * @Description: file content
- * @Version: 2.0
- * @Author: ljl
- * @Date: 2022-03-07 11:37:41
- * @LastEditors: ljl
- * @LastEditTime: 2022-08-02 15:26:51
- * @FilePath: \zyypt-ssb-vue_wechat\public\ipConfig.js
- */
- // if(process.env.NODE_ENV === 'production'){
- // process.env.VUE_APP_BASE_API = "http://172.203.199.134:8080"
- // }
- const ipConfig = {
- baseURL: "https://zyaxd.wsjkw.sh.gov.cn/apiserver/",
- logURL: "https://key.cnrailwaycloud.com:18182/log/logserver/",
- }
|