修改授权方式为手机号码和验证码方式

测试出的问题修复
This commit is contained in:
范露尧
2023-07-12 16:11:42 +08:00
parent fbbabeb690
commit 589b8a0132
86 changed files with 365 additions and 120 deletions

View File

@@ -30,7 +30,7 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item label="提交码:" prop="name">
<el-form-item label="手机号码:" prop="name">
<el-input v-model="form.submitCode" style="width:300px"></el-input>
</el-form-item>
<el-form-item>
@@ -139,7 +139,7 @@
</el-table>
</template>
</el-table-column>
<el-table-column label="提交码">
<el-table-column label="手机号码">
<template slot-scope="props">
{{ props.row.submitCode}}
</template>
@@ -259,12 +259,10 @@
},
methods: {
lookphoto(outside_wall_photos) {
debugger;
this.outside_wall_photos = outside_wall_photos
this.dialogTableVisible = true
},
handlePreview(src, srcs) {
debugger
this.loading = true;
console.log(src);
this.dialogImageUrl = src.preview;
@@ -340,7 +338,7 @@
axios({
headers: { 'Content-Type': 'application/json;charset=UTF-8' },
method: 'get',
url: '/gb/yjb/api/outsidewall/Communitys?searchkey=' + queryString,
url: `/gb/yjb/api/outsidewall/Communitys?access_token=${window.sessionStorage.getItem('__TOKEN')}&searchkey=` + queryString,
responseType: "json",
}).then(async response => {
_this.communitys = response.data.data