添加立即预约页面

This commit is contained in:
wangxiaowei
2026-03-23 18:33:20 +08:00
parent 7215f9dac0
commit 3f1879c720
7 changed files with 637 additions and 39 deletions

View File

@ -49,6 +49,7 @@ const alovaInstance = createAlova({
statesHook: VueHook,
beforeRequest: onAuthRequired((method) => {
console.log("🚀 ~ method:", method)
// 设置默认 Content-Type
method.config.headers = {
ContentType: ContentTypeEnum.JSON,