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