|
@@ -251,6 +251,11 @@ export default {
|
|
|
url: "/reportPages/IndustryReport/IndustryReport?id=" + SourceId,
|
|
|
});
|
|
|
break;
|
|
|
+ case 6:
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "/reportPages/internalDetials/internalDetials?id=" + SourceId,
|
|
|
+ });
|
|
|
+ break;
|
|
|
case 5:
|
|
|
let obj = {
|
|
|
BackgroundImg: "https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/my_log.png",
|