张延森 4 年前
父节点
当前提交
173e7b172d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/utils/constant.js

+ 1
- 1
src/utils/constant.js 查看文件

@@ -1,4 +1,4 @@
1 1
 
2
-export const APIBaseURL = process.env.NODE_ENV === 'production' ? 'https://a.t.njyunzhi.com/' : '/'
2
+export const APIBaseURL = process.env.NODE_ENV === 'production' ? 'https://xs.ycjcjy.com/' : '/'
3 3
 
4 4
 export const AMapAPIPrefix = `${APIBaseURL}gaode_amap`