hsgy/config/index.js

11 lines
198 B
Vue
Raw Permalink Normal View History

2023-10-30 16:52:19 +08:00
export default {
development: {
baseUrl: '/api' // 测试接口域名
},
beta: {
baseUrl: '/api' // 测试接口域名
},
release: {
baseUrl: '/api' // 正式接口域名
}
}