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

feat: 顾问添加copyright

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