fix: 后端接口改为java,联调接口修改。

This commit is contained in:
tianyongbao
2026-01-12 00:36:05 +08:00
parent 7e10c62cf9
commit b2f7f5fe1e
21 changed files with 550 additions and 259 deletions

View File

@@ -4,7 +4,12 @@ module.exports = {
presets: [
['taro', {
framework: 'vue3',
ts: true
ts: true,
targets: {
chrome: '60',
ios: '10',
android: '5'
}
}]
]
}