张延森 4 years ago
parent
commit
173e7b172d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/utils/constant.js

+ 1
- 1
src/utils/constant.js View File

@@ -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`