错误修复

This commit is contained in:
gaoshuaixing
2021-06-23 16:11:00 +08:00
parent a66a2f38ef
commit 3ac7be3d55
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
// 本地环境-配置文件
const storageDir = require('../electron/storage').getStorageDir();
const storageDir = require('../electron/lib/storage').getStorageDir();
/*
* 远程调用

View File

@@ -1,6 +1,6 @@
'use strict';
// 本地环境-配置文件
const storageDir = require('../electron/storage').getStorageDir();
const storageDir = require('../electron/lib/storage').getStorageDir();
/*
* 远程调用