|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
<script>
|
|
|
import QRCode from 'qrcodejs2' // 引入qrcode
|
|
|
-import { PUBLIC_URL, MOBILE_URL } from '@/constant'
|
|
|
+import { PUBLIC_URL } from '@/constant'
|
|
|
export default {
|
|
|
name: 'qrcode',
|
|
|
props: {
|
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
width: 200,
|
|
|
height: 200,
|
|
|
// text: `${this.url}h5/#/pages/signin/signin?codeId=${this.codeId}`,
|
|
|
- text: `${this.title === '满意度调查' ? MOBILE_URL : PUBLIC_URL}#/bpmn${this.prefixUrl || '/siginin/index'}?codeId=${this.codeId}&type=${this.type}`,
|
|
|
+ text: `${PUBLIC_URL}#/bpmn${this.prefixUrl || '/siginin/index'}?codeId=${this.codeId}&type=${this.type}`,
|
|
|
// text: `http://demo2.local/#/bpmn/siginin/index?codeId=${this.codeId}&type=${this.type}`,
|
|
|
colorDark: '#000000', // 前景色
|
|
|
colorLight: '#FFFFFF', // 背景色
|