打印测试

This commit is contained in:
2025-06-21 12:37:46 +08:00
parent e05418b0d5
commit 9541cd7885
5 changed files with 278 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
</view>
</view>
</view>
<button type="primary" @tap="toTest">打印测试</button>
</view>
</view>
<view class="sec_menu_wraper" :class="show ? 'popshow' : 'pophide'">
@@ -83,6 +84,11 @@
uni.redirectTo({
url: '/pages/login/login'
})
},
toTest () {
uni.redirectTo({
url: '/pages/test'
})
}
}
}