mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
admin-import
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
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' // 正式接口域名
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user