Commit 8af748b3 authored by 张伯涛's avatar 张伯涛

拼写问题

parent 2d3740fe
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<span>实现调用存储功能(带相册,文件资源功能)</span> <span>实现调用存储功能(带相册,文件资源功能)</span>
</div> </div>
<div class="button_row"> <div class="button_row">
<el-button type="primary" @click="handlePpenCameraAll">拍照3</el-button> <el-button type="primary" @click="handleOpenCameraAll">拍照3</el-button>
<span>全部实现功能(带相机,相册,文件资源功能)</span> <span>全部实现功能(带相机,相册,文件资源功能)</span>
</div> </div>
<!-- </div>--> <!-- </div>-->
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
}) })
}, },
/** 全部实现功能(带相机,相册,文件资源功能)*/ /** 全部实现功能(带相机,相册,文件资源功能)*/
handlePpenCameraAll() { handleOpenCameraAll() {
const params = { const params = {
subPath: 'openCameraAll', subPath: 'openCameraAll',
tokenMsg: getToken() tokenMsg: getToken()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment