浏览代码

修正问题

bill 2 年之前
父节点
当前提交
d24f053254
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/photos/index.vue

+ 1 - 1
src/views/photos/index.vue

@@ -98,7 +98,7 @@ const selectMenus = [
 const photoType = ref<string>()
 const photoOptions = [
   {value: "photograph", label: "相机拍照"},
-  {value: "selectPhotoAlbum", label: "相机拍照"},
+  {value: "selectPhotoAlbum", label: "相册选择"},
   {value: "scene", label: "场景截图"},
 ]