|
@@ -189,7 +189,6 @@ export default defineComponent({
|
|
v-model={state.setting.camera}
|
|
v-model={state.setting.camera}
|
|
onChange={ async (value) => {
|
|
onChange={ async (value) => {
|
|
if (value) {
|
|
if (value) {
|
|
- api_openCamera();
|
|
|
|
const res = await api_openCamera();
|
|
const res = await api_openCamera();
|
|
// 没有授权
|
|
// 没有授权
|
|
if (res?.content?.reson) {
|
|
if (res?.content?.reson) {
|