admin-import

This commit is contained in:
xiaomlove
2021-04-12 20:31:02 +08:00
parent be9b8634c4
commit 3f13ec875f
131 changed files with 125950 additions and 10676 deletions
+11
View File
@@ -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' // 正式接口域名
}
}