@@ -244,6 +244,13 @@ const handleApply=()=>{
onMounted(()=>{
monthValue.value = moment(new Date()).format('YYYY-MM')
getPermissionList()
+
+ wx.miniProgram.postMessage({
+ data: {
+ title:'外汇日历表',
+ path:`/pages/forexCalendar/index`,
+ }
+ })
})
</script>