xiaoming_global 5 years ago
parent
commit
8a570368e7
2 changed files with 1 additions and 27 deletions
  1. 1 23
      src/scrm_pages/site/index.vue
  2. 0 4
      src/scrm_pages/site/preview.vue

+ 1 - 23
src/scrm_pages/site/index.vue View File

47
 
47
 
48
 <script>
48
 <script>
49
 import BreadCrumb from "../components/bread-crumb";
49
 import BreadCrumb from "../components/bread-crumb";
50
-<<<<<<< .mine
51
 import QRCode from 'qrcodejs2';
50
 import QRCode from 'qrcodejs2';
52
 // import {GetDefaultData,GetUserOrgid} from '@/api/site/site';
51
 // import {GetDefaultData,GetUserOrgid} from '@/api/site/site';
53
 import Vue from 'vue';
52
 import Vue from 'vue';
54
-=======
55
-import QRCode from "qrcodejs2";
56
-import { GetDefaultData, GetUserOrgid } from "@/api/site/site";
57
-import Vue from "vue";
58
->>>>>>> .theirs
59
 export default {
53
 export default {
60
   name: "site",
54
   name: "site",
61
   components: {
55
   components: {
67
       codeImg: require("../../assets/home/wei.jpg"),
61
       codeImg: require("../../assets/home/wei.jpg"),
68
       usreOrgID: "",
62
       usreOrgID: "",
69
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
63
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
70
-<<<<<<< .mine
71
        url:"http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
64
        url:"http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
72
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid=3877",
65
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid=3877",
73
-=======
74
-      url: "http://microweb.kuyicloud.com/#/microHome?orgid=3877"
75
 
66
 
76
->>>>>>> .theirs
77
     };
67
     };
78
   },
68
   },
79
   methods: {
69
   methods: {
81
       let qrcode = new QRCode("qrcode", {
71
       let qrcode = new QRCode("qrcode", {
82
         width: 100,
72
         width: 100,
83
         height: 100, // 高度
73
         height: 100, // 高度
84
-<<<<<<< .mine
85
         // text: 'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id // 二维码内容
74
         // text: 'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id // 二维码内容
86
         text:'http://jk.test.sgjyun.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id,// 二维码内容
75
         text:'http://jk.test.sgjyun.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id,// 二维码内容
87
-
88
-=======
89
-        text:
90
-          "http://microweb.kuyicloud.com/#/microHome?orgid=" +
91
-          this.$store.getters.xt_user.org_id // 二维码内容
92
->>>>>>> .theirs
93
         // render: 'canvas' // 设置渲染方式(有两种方式 table和canvas,默认是canvas)
76
         // render: 'canvas' // 设置渲染方式(有两种方式 table和canvas,默认是canvas)
94
         // background: '#f0f'
77
         // background: '#f0f'
95
         // foreground: '#ff0'
78
         // foreground: '#ff0'
129
     this.qrcode();
112
     this.qrcode();
130
     this.OK();
113
     this.OK();
131
   },
114
   },
132
-<<<<<<< .mine
133
-  // created(){
134
-  //   // this.GetUserOrgid();
135
-=======
136
   created() {
115
   created() {
137
     // this.GetUserOrgid();
116
     // this.GetUserOrgid();
138
->>>>>>> .theirs
139
-  // }
117
+   }
140
 };
118
 };
141
 </script>
119
 </script>
142
 
120
 

+ 0 - 4
src/scrm_pages/site/preview.vue View File

5447
   .macgic{
5447
   .macgic{
5448
      @include border-top;
5448
      @include border-top;
5449
     position: absolute;
5449
     position: absolute;
5450
-<<<<<<< .mine
5451
-    min-width: 316px;
5452
-=======
5453
     width: 319px;
5450
     width: 319px;
5454
->>>>>>> .theirs
5455
     height:60px;
5451
     height:60px;
5456
     background-color: white;
5452
     background-color: white;
5457
     // border: solid 1px #333333;
5453
     // border: solid 1px #333333;