|
|
@@ -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
|