|
@@ -36,6 +36,10 @@ export default {
|
|
|
codeId: {
|
|
codeId: {
|
|
|
type: String,
|
|
type: String,
|
|
|
default: ''
|
|
default: ''
|
|
|
|
|
+ },
|
|
|
|
|
+ type: {
|
|
|
|
|
+ type: String,
|
|
|
|
|
+ default: ''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
data () {
|
|
data () {
|
|
@@ -79,7 +83,8 @@ export default {
|
|
|
width: 200,
|
|
width: 200,
|
|
|
height: 200,
|
|
height: 200,
|
|
|
// text: `${this.url}h5/#/pages/signin/signin?codeId=${this.codeId}`,
|
|
// text: `${this.url}h5/#/pages/signin/signin?codeId=${this.codeId}`,
|
|
|
- text: `${PUBLIC_URL}#/bpmn/siginin/index?codeId=${this.codeId}`,
|
|
|
|
|
|
|
+ text: `${PUBLIC_URL}#/bpmn/siginin/index?codeId=${this.codeId}&type=${this.type}`,
|
|
|
|
|
+ // text: `http://demo2.local/#/bpmn/siginin/index?codeId=${this.codeId}&type=${this.type}`,
|
|
|
colorDark: '#000000', // 前景色
|
|
colorDark: '#000000', // 前景色
|
|
|
colorLight: '#FFFFFF', // 背景色
|
|
colorLight: '#FFFFFF', // 背景色
|
|
|
correctLevel: QRCode.CorrectLevel.L
|
|
correctLevel: QRCode.CorrectLevel.L
|