config.js 242 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 const baseUrl_api = "/dev-api"; const appSecretId = 'af14ef3f-ebec-446c-8d1f-c4afa60dd095'; const localPort = localStorage.getItem('localPort') // const localPort = 'guowang' export default { localPort, baseUrl_api, appSecretId }