env.js 328 Bytes

// 线上环境
// export const baseUrl = 'http://slwl-geteway.itheima.net/customer'
// 本地和测试环境
export const baseUrl = 'http://10.30.110.163:9527/customer'


//不需要跳转到登录页面的接口
export const notToLoginApiUrl = [
	'/order-manager/order/page',
	'/user/profile',
	'/order-manager/order/count'
]