Commit 8d4fe2aa authored by 郭志伟's avatar 郭志伟

feat: 顾问添加copyright

parent efa20652
......@@ -77,15 +77,18 @@
</div>
</card>
</div>
<copyright :logo="true" />
</div>
</template>
<script>
import copyright from "@/components/Copyright";
import Card from "@/components/Card";
export default {
name: "ConsultantExclusive",
components: {
Card
Card,
copyright
},
data() {
return {
......
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