|
@@ -134,6 +134,7 @@ import { getDataTimestamp } from "@/utils/common";
|
|
|
import { getWeixinId } from "@/api/invite/index";
|
|
import { getWeixinId } from "@/api/invite/index";
|
|
|
import { getUser } from "@/utils/auth";
|
|
import { getUser } from "@/utils/auth";
|
|
|
import { consoleIndex } from "@/api/workbench";
|
|
import { consoleIndex } from "@/api/workbench";
|
|
|
|
|
+// import priceSocket from "@/mixins/priceSocket";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: "admin-workbench",
|
|
name: "admin-workbench",
|
|
@@ -142,7 +143,7 @@ export default {
|
|
|
FabModule,
|
|
FabModule,
|
|
|
AppAvatarModule
|
|
AppAvatarModule
|
|
|
},
|
|
},
|
|
|
- // mixins:[share],
|
|
|
|
|
|
|
+ // mixins:[priceSocket],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
constant: this.$constant,
|
|
constant: this.$constant,
|