Commit 5f516b52 authored by baixian's avatar baixian

微官网新版需求上线

parent 02f09d6e
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="https://cdn.s.shangjiadao.cn/qingxiao/biz/dist/main.a9c4c0.js"></script></body> <script type="text/javascript" src="https://cdn.s.shangjiadao.cn/qingxiao/biz/dist/main.525a74.js"></script></body>
</html> </html>
...@@ -140,13 +140,13 @@ export default { ...@@ -140,13 +140,13 @@ export default {
newList.forEach((item, index) => { newList.forEach((item, index) => {
switch (item.subject_type) { switch (item.subject_type) {
case 1: case 1:
url = `src/pages/themeindex/landpage?tid=${item.id}&sid=${sid}`; url = `src/pages/themeindex/landpage?tid=${item.subject_id}&sid=${sid}`;
break; break;
case 2: case 2:
url = `src/pages/calendarthemeindex/landpage?tid=${item.id}&sid=${sid}`; url = `src/pages/calendarthemeindex/landpage?tid=${item.subject_id}&sid=${sid}`;
break; break;
case 3: case 3:
url = `src/pages/sharemoretheme/index?tid=${item.id}&sid=${sid}`; url = `src/pages/sharemoretheme/index?tid=${item.subject_id}&sid=${sid}`;
break; break;
default: default:
url = ''; url = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment