{
"path": "pages/shu/img",
"style": {
"popGesture": "none",
"navigationStyle": "custom",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ffffe0"
}
},
pages/shu/img为nvue页面
<template>
<view style="flex: 1;">
<web-view style="flex: 1;" :webview-styles="{progress: false}" :src="imgUrl"></web-view>
<view class="head-wrapper">
<view class="head-wrapper-lf" @click="closePage()">
<text class="item-close"></text>
</view>
<view class="head-wrapper-rt">
</view>
</view>
</view>
</template>