Commit 2cd4329d authored by youjie's avatar youjie

no message

parent 56c5b95a
...@@ -74,7 +74,10 @@ ...@@ -74,7 +74,10 @@
import Loadmore from "../../components/loadmore.vue"; import Loadmore from "../../components/loadmore.vue";
import bottom from "../../components/bottom"; import bottom from "../../components/bottom";
import { import {
getWeChatOpenId,loginByUnionId,getLoginAccounts,SetFriend getWeChatOpenId,getLoginAccounts
} from "../../api/index.js";
import {
loginByUnionId,SetFriend
} from "../../api/erp.js"; } from "../../api/erp.js";
export default { export default {
components: { components: {
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
import lxCalendar from './lx-calendar/lx-calendar.vue' import lxCalendar from './lx-calendar/lx-calendar.vue'
import { import {
RemovePlanAppointment,GetStuPlanAppointment RemovePlanAppointment,GetStuPlanAppointment
} from "../../api/erp"; } from "../../api/erp.js";
export default { export default {
components: { components: {
Navbar, Navbar,
......
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