refactor: 删除不要的腾讯组件
parent
4f75f2e4e0
commit
14bd6d0ea8
|
|
@ -8,10 +8,6 @@ export default defineUniPages({
|
||||||
navigationBarBackgroundColor: '#FFFFFF',
|
navigationBarBackgroundColor: '#FFFFFF',
|
||||||
navigationBarTextStyle: 'black',
|
navigationBarTextStyle: 'black',
|
||||||
backgroundColor: '#FFFFFF',
|
backgroundColor: '#FFFFFF',
|
||||||
// 全局注册微信原生组件(仅 mp-weixin 编译器会读取此字段)
|
|
||||||
usingComponents: {
|
|
||||||
'markdown-preview': '/wxcomponents/agent-ui/wd-markdown/index',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
easycom: {
|
easycom: {
|
||||||
autoscan: true,
|
autoscan: true,
|
||||||
|
|
@ -29,5 +25,5 @@ export default defineUniPages({
|
||||||
network: 'all',
|
network: 'all',
|
||||||
packages: ['chart-sub'],
|
packages: ['chart-sub'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue