refactor(dev): 将 $__DEV__ 重命名为 __DEV__
This commit is contained in:
@@ -45,7 +45,7 @@ export const openDialog = async () => {
|
||||
});
|
||||
|
||||
await nextTick();
|
||||
// if ($__DEV__) return;
|
||||
// if (__DEV__) return;
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, 300));
|
||||
DialogService.open(dialogContent, {
|
||||
|
Reference in New Issue
Block a user