feat:修改版本

This commit is contained in:
lixg
2023-02-28 17:10:08 +08:00
parent 01b905af96
commit 59de81a021
10 changed files with 441 additions and 120 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-02-28 14:47:12
* @LastEditTime: 2023-02-28 16:40:49
* @FilePath: /stu_h5/src/views/projectdetails/ProjectPath.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -179,15 +179,15 @@ const handleClick = (tab, event) => {
console.log("selectTab", selectTab.value);
};
const goDetails = () => {
// router.push({
// path: "/pathdetails",
// query: { routerId: 459 },
// });
router.push({
path: "/projectdetails",
query: { projectId: 684 },
path: "/pathdetails",
query: { routerId: 462 },
});
// router.push({
// path: "/projectdetails",
// query: { projectId: 684 },
// });
// router.push({
// path: "/faceteach",
// query: { type: 3, courseId: 290 },
// });