mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-20 00:30:50 +08:00
11 lines
272 B
Vue
Vendored
11 lines
272 B
Vue
Vendored
export default {
|
|
development: {
|
|
baseUrl: '/api' // 测试接口域名
|
|
},
|
|
beta: {
|
|
baseUrl: '//backend-api-02.newbee.ltd/manage-api/v1' // 测试接口域名
|
|
},
|
|
release: {
|
|
baseUrl: '//backend-api-02.newbee.ltd/manage-api/v1' // 正式接口域名
|
|
}
|
|
} |