购物车

This commit is contained in:
唐明明
2023-09-22 09:46:47 +08:00
parent 7ab5dfb2d8
commit 677b0d040a
15 changed files with 686 additions and 201 deletions

View File

@@ -7,9 +7,9 @@ import { errInfo } from './err'
import { updToken } from './updateToken'
// 正式地址
const api = "https://api.xuanhuojk.com/api/"
// const api = "https://api.xuanhuojk.com/api/"
// 测试地址
// const api = "https://api.xhtest.douhuofalv.com/api/"
const api = "https://api.xhtest.douhuofalv.com/api/"
const header = {
"Accept" : "application/json"
}