@@ -277,7 +277,7 @@
const reportList = ref([])
// 跳转页面
const jumpToPage = (data) => {
-
+
if (data.toOtherApp) {
// 跳转其他小程序
wx.navigateToMiniProgram({
@@ -681,4 +681,4 @@
color: $uni-text-color;
}
-</style>
+</style>
@@ -237,7 +237,8 @@
id: id.value,
title: title.value
- uni.setStorageSync("redirect", JSON.parse(decodedRedirect))
+ // const decodedRedirect = decodeURIComponent(url);
+ uni.setStorageSync("redirect", url)
uni.navigateTo({
url:`/pages/login/login`
})