Forráskód Böngészése

删除首页没用的调用接口

wangning 5 éve
szülő
commit
b536acb5ec

+ 0 - 4
ghsApp/src/admin/home/workbench.vue

@@ -121,7 +121,6 @@ import FabModule from "@/components/plugin/fab";
 import AppAvatarModule from "@/components/module/app-avatar";
 import ModalModule from "@/components/plugin/modal";
 import { getDataTimestamp } from "@/utils/common";
-import { getWeixinId } from "@/api/invite/index";
 import { getUser } from "@/utils/auth";
 import { consoleIndex } from "@/api/workbench";
 import noneHd from "@/components/none-hd";
@@ -310,9 +309,6 @@ export default {
 	methods: {
 		init() {
 
-			getWeixinId().then(res => {
-				this.getappIdList = res.data
-			});
 			getUser().then(res => {
 				uni.setNavigationBarTitle({
 					title: res.name

+ 0 - 4
hdApp/src/admin/home/workbench.vue

@@ -139,7 +139,6 @@ import FabModule from "@/components/plugin/fab";
 import AppAvatarModule from "@/components/module/app-avatar";
 import ModalModule from "@/components/plugin/modal";
 import { getDataTimestamp } from "@/utils/common";
-import { getWeixinId } from "@/api/invite/index";
 import { getUser } from "@/utils/auth";
 import { consoleIndex } from "@/api/workbench";
 import noneHd from "@/components/none-hd";
@@ -310,9 +309,6 @@ export default {
       this.$util.pageTo(item)
     },
     init () {
-					getWeixinId().then(res => {
-						this.getappIdList = res.data
-					});
 					getUser().then(res => {
 						uni.setNavigationBarTitle({
 							title: res.name