@@ -1704,7 +1704,10 @@ const share = async () => {
MessagePlugin.error('请先保存!');
return;
}
-
+ if(route.query.c){
+ MessagePlugin.error('组件不允许分享!');
+ return;
+ }
const ret: any = await updateCollection('v', {
_id: route.query.id,
id:route.query.id,