fix: 后端接口改为java,联调接口修改。
This commit is contained in:
@@ -4,7 +4,12 @@ module.exports = {
|
||||
presets: [
|
||||
['taro', {
|
||||
framework: 'vue3',
|
||||
ts: true
|
||||
ts: true,
|
||||
targets: {
|
||||
chrome: '60',
|
||||
ios: '10',
|
||||
android: '5'
|
||||
}
|
||||
}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user