config.js 242 Bytes
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
}