7.18(导入
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
placeholder="请查找位置"
|
||||
readonly
|
||||
/>
|
||||
<iframe id="mapPage" width="100%" height="500px" frameborder="0" :src="keyUrl" />
|
||||
<iframe id="mapPage" width="100%" height="500px" frameborder="0" src="https://apis.map.qq.com/tools/locpicker?search=1&type=1&key=BNJBZ-KRT6Z-DG6XE-T4GBK-UOLAS-M7F4H&referer=myapp" />
|
||||
</el-form-item>
|
||||
<el-form-item label="详细地址" prop="addressDetail" class="inline">
|
||||
<el-input v-model="dataForm.addressDetail" placeholder="请输入详细地址" style="width: 200px;" />
|
||||
@@ -359,7 +359,8 @@ export default {
|
||||
false,
|
||||
);
|
||||
window.selectAdderss = this.selectAdderss;
|
||||
this.keyUrl = `https://apis.map.qq.com/tools/locpicker?type=1&key=SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7&referer=myapp`;
|
||||
this.keyUrl = ``;
|
||||
// this.keyUrl = `https://uri.amap.com/marker?position=116.473195,39.993253`;
|
||||
},
|
||||
methods: {
|
||||
// 选择经纬度
|
||||
|
||||
Reference in New Issue
Block a user