feat:增加投票

This commit is contained in:
lixg
2023-02-03 21:54:59 +08:00
parent bf1fa019d5
commit 074c2da761
8 changed files with 276 additions and 178 deletions

View File

@@ -2,7 +2,7 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-01-19 11:28:11
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2023-01-31 18:01:11
* @LastEditTime: 2023-02-02 16:42:01
* @FilePath: /stu_h5/src/views/projectdetails/ProjectPath.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -179,14 +179,14 @@ const handleClick = (tab, event) => {
console.log("selectTab", selectTab.value);
};
const goDetails = () => {
// router.push({
// path: "/levelList",
// query: { routerId: 2 },
// });
router.push({
path: "/projectdetails",
query: { projectId: 3 },
path: "/pathmappage",
query: { routerId: 2 },
});
// router.push({
// path: "/projectdetails",
// query: { projectId: 3 },
// });
};
</script>