增加二级分销相关设置以及页面

This commit is contained in:
pikachu1995@126.com
2026-08-05 18:03:45 +08:00
parent 24f829033f
commit 4be36d61c7
37 changed files with 5961 additions and 904 deletions

View File

@@ -3,7 +3,7 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
seller: "https://admin-api.pickmall.cn",
seller: "http://127.0.0.1:8887",
},
API_PROD: {
seller: "https://admin-api.pickmall.cn",