Commit 56c5b95a authored by youjie's avatar youjie

no message

parent 69ba1fbd
......@@ -75,7 +75,7 @@
import bottom from "../../components/bottom";
import {
getWeChatOpenId,loginByUnionId,getLoginAccounts,SetFriend
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
bottom,
......
......@@ -216,7 +216,7 @@
import bottom from "../../components/bottom";
import {
GetFriend,CreateFriendQrCode,RemoveMyChild
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
bottom,
......
......@@ -154,7 +154,7 @@
import bottom from "../../components/bottom";
import {
GetStudentPageList,SetMyChild
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
bottom,
......
......@@ -202,7 +202,7 @@
import bottom from "../../components/bottom";
import {
MyChildList,RemoveMyChild
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
bottom,
......
......@@ -103,7 +103,7 @@
import classList from '../../components/bookAclass/classList.vue'
import {
RemovePlanAppointment,GetPlanTime,SetPlanAppointment
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
Navbar,
......
......@@ -59,7 +59,7 @@ import {
computed,
onMounted,
} from "vue";
import { getContract } from "../../api/erp";
import { getContract } from "../../api/erp.js";
let { CourseName } = uni.getStorageSync("indexData");
export default {
setup() {
......
......@@ -199,7 +199,7 @@
import bottom from "../../components/bottom";
import {
GetOrderPage
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
bottom,
......
......@@ -213,7 +213,7 @@
import { VersionUpdate } from '../../utils/index.js'
import {
GetMyCenterInfo,GetMyAppointPageList,CreateTeacherCode
} from "../../api/erp";
} from "../../api/erp.js";
export default {
components: {
tabbar,
......
......@@ -97,7 +97,7 @@
} from "../../utils/date.js";
import {
getStundentPlanStatistical
} from "../../api/erp";
} from "../../api/erp.js";
import { VersionUpdate } from '../../utils/index.js'
export default {
name: "",
......
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