uniapp运行启动时候出现 The current application is running in a custom debugging base....

发布时间 2023-11-16 14:43:11作者: 乌拉小考

突然出现这个,原来是uniapp说的自定义基座,是在app/src/main/assets/data/dcloud_contro.xml
需要修改hbuilder标签中的debug的值,如果为true则会出现标题的提示,如果改为false则不会出现标题提示的弹窗

<hbuilder debug="false" syncDebug="false">
<apps>
    <app appid="__UNI__BCD1716" appver=""/>
</apps>
</hbuilder>