detail preview可以设置空颜色
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent,ref,createVNode,computed} from 'vue'
|
||||
import HeaderComponent from "@/component/HomePage/Header.vue";
|
||||
import { Https } from "@/tool/https";
|
||||
import { Modal,message } from 'ant-design-vue';
|
||||
import RobotAssist from "@/component/HomePage/RobotAssist.vue";
|
||||
@@ -24,7 +23,6 @@ import { useStore } from "vuex";
|
||||
import { useI18n } from 'vue-i18n';
|
||||
export default defineComponent({
|
||||
components: {
|
||||
HeaderComponent,
|
||||
RobotAssist,
|
||||
payOrder,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user