mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-24 18:22:58 +08:00
提交对url的处理
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
let encodeUrl=encodeURIComponent(item.url);
|
||||
console.log('编码后:'+encodeUrl)
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/myAssdetail?url='+encodeUrl
|
||||
url: '/pages/my/myAssdetail?reurl='+encodeUrl
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user