feat:修改

This commit is contained in:
lixg
2022-12-14 17:52:13 +08:00
parent 6dda7355a6
commit 652282773f
3 changed files with 7 additions and 3 deletions

View File

@@ -61,7 +61,7 @@
import { reactive, toRefs } from "vue";
import DownLoad from "../components/drawers/DownLoad";
import * as api from "../api/index1";
import { studentUrl } from "../api/method";
export default {
name: "NavTop",
components: {
@@ -81,7 +81,7 @@ export default {
{
id: 2,
name: "学员",
go: "https://u.boe.com/pc/uc/study/courses",
go: studentUrl,
},
],