bill 2 anni fa
parent
commit
d24f053254
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: "场景截图"},
 ]