Commit 0ce682b2 by gao_yingdong

区域线索分析

parent 4e495a67
......@@ -10,6 +10,7 @@
</template>
<script>
import SearchGraph from "@c/searchRight.vue";
import base from "@/api/base";
export default {
components: { SearchGraph },
data() {
......@@ -43,6 +44,7 @@ export default {
};
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
},
methods: {
......
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