|
@@ -183,11 +183,11 @@ export const save = async (
|
|
|
MessagePlugin.warning($t('画布为空,无法保存!'));
|
|
|
return;
|
|
|
}
|
|
|
- if (!(user && user.id)) {
|
|
|
- MessagePlugin.warning(noLoginTip);
|
|
|
- localforage.setItem(localStorageName, JSON.stringify(data));
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!(user && user.id)) {
|
|
|
+ // MessagePlugin.warning(noLoginTip);
|
|
|
+ // localforage.setItem(localStorageName, JSON.stringify(data));
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
// 保存为组件
|
|
|
if (
|
|
|
vType === 'v.component' &&
|