sl-express/project-wl-yonghuduan-uniapp-vue3/utils/env.js
shuhongfan cf5ac25c14 init
2023-09-04 16:40:17 +08:00

13 lines
343 B
JavaScript

// 线上环境
// export const baseUrl = 'http://slwl-geteway.itheima.net/customer'
// 本地和测试环境
export const baseUrl = 'http://god-express-gateway-t.itheima.net/customer'
//不需要跳转到登录页面的接口
export const notToLoginApiUrl = [
'/order-manager/order/page',
'/user/profile',
'/order-manager/order/count'
]