code refactor

This commit is contained in:
MaysWind
2023-07-09 11:12:39 +08:00
parent 386aa0adc1
commit c5c9ed24c3
4 changed files with 15 additions and 1 deletions
+2
View File
@@ -1,4 +1,5 @@
const baseApiUrlPath = '/api';
const baseQrcodePath = '/qrcode';
const baseProxyUrlPath = '/proxy';
const baseAmapApiProxyUrlPath = '/_AMapService';
const googleMapJavascriptUrl = 'https://maps.googleapis.com/maps/api/js';
@@ -7,6 +8,7 @@ const amapJavascriptUrl = 'https://webapi.amap.com/maps?v=2.0';
export default {
baseApiUrlPath: baseApiUrlPath,
baseQrcodePath: baseQrcodePath,
baseProxyUrlPath: baseProxyUrlPath,
baseAmapApiProxyUrlPath: baseAmapApiProxyUrlPath,
googleMapJavascriptUrl: googleMapJavascriptUrl,