Commit 0d90dd16 by mr.wang

人像比对调整

parent f2a3fcf8
......@@ -152,7 +152,7 @@ export default {
},
methods: {
goDetail(item) {
debugger;
// debugger;
if (item.id == "dwcx") {
let path = `${this.$baseUrl.alyIP6}/#/jccxIndex`;
window.open(path, "_blank");
......
......@@ -61,7 +61,8 @@
<script>
import { post } from "@/utils/http.js";
import url from "@/api/base";
import compareInfo from "@c/compareInfo.vue";
// import compareInfo from "@c/compareInfo.vue";
import compareInfo from "@c/compareInfo_v2.vue";
export default {
name: "rxbd",
components: {
......
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