Commit 56c5b95a authored by youjie's avatar youjie

no message

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