张延森 4 jaren geleden
bovenliggende
commit
77c967d342
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      src/utils/constant.js

+ 1
- 1
src/utils/constant.js Bestand weergeven

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