update
This commit is contained in:
@@ -13,9 +13,17 @@ import XNav from "../../components/XNav.vue";
|
||||
import CreditScore from "../../components/CreditScore.vue";
|
||||
import {toPage} from "../../utils/uils.js";
|
||||
|
||||
// #ifdef APP-PLUS
|
||||
import MyTeam from "./components/MyTeam.vue";
|
||||
import Inviter from "./components/Inviter.vue";
|
||||
import AccompanyingMentor from "./components/AccompanyingMentor.vue";
|
||||
// #endif
|
||||
|
||||
// #ifndef APP-PLUS
|
||||
const MyTeam = defineAsyncComponent(() => import('./components/MyTeam.vue'));
|
||||
const Inviter = defineAsyncComponent(() => import('./components/Inviter.vue'));
|
||||
const AccompanyingMentor = defineAsyncComponent(() => import('./components/AccompanyingMentor.vue'));
|
||||
// #endif
|
||||
|
||||
const tabCur = ref('MyTeam');
|
||||
const tabs = [
|
||||
|
||||
Reference in New Issue
Block a user