|
|
@ -329,12 +329,12 @@ |
|
|
|
<el-form-item label="谷歌秘钥" prop="merchantNo"> |
|
|
|
<span>{{ form.googleCaptcha }}</span> |
|
|
|
<el-button type="primary" @click="submitForm('googleKey')" style="margin-left: 10px" |
|
|
|
v-hasPermi="['system:merchant:resetGoogleSecret']">重 置</el-button> |
|
|
|
v-hasPermi="['merchant:merchant:resetGoogleSecret']">重 置</el-button> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="密钥" prop="merchantNo"> |
|
|
|
<span>{{ form.md5Key }}</span> |
|
|
|
<el-button type="primary" @click="submitForm('MD5')" style="margin-left: 10px" |
|
|
|
v-hasPermi="['system:merchant:resetMd5Key']">重 置</el-button> |
|
|
|
v-hasPermi="['merchant:merchant:resetMd5Key']">重 置</el-button> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="谷歌验证码" prop="code"> |
|
|
|
<el-input v-model="form.code" placeholder="请输入谷歌验证码" /> |
|
|
@ -342,7 +342,7 @@ |
|
|
|
</el-form> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="submitForm('formControl')" |
|
|
|
v-hasPermi="['system:merchant:resetMerchantWindControl']">保 存</el-button> |
|
|
|
v-hasPermi="['merchant:merchant:resetMerchantWindControl']">保 存</el-button> |
|
|
|
<el-button @click="cancel">取 消</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|