请求头添加apptype

This commit is contained in:
@fawn-nine
2024-05-29 17:02:21 +08:00
parent 92df12db8e
commit 97b70afa01
7 changed files with 126 additions and 31 deletions

28
project.config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"appid": "touristappid",
"compileType": "miniprogram",
"libVersion": "2.25.3",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}