张延森 4 年 前
コミット
77c967d342
共有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://zcloud.njyunzhi.com/' : '/'
2
+export const APIBaseURL = process.env.NODE_ENV === 'production' ? 'https://a.t.njyunzhi.com/' : '/'
3 3
 
4 4
 export const AMapAPIPrefix = `${APIBaseURL}gaode_amap`