修改上传图片安全验证问题
This commit is contained in:
@@ -28,7 +28,7 @@ function formatSize(bytes) {
|
||||
|
||||
function analyze() {
|
||||
if (!fs.existsSync(DIST_DIR)) {
|
||||
console.error('dist 目录不存在,请先执行 taro build --type weapp');
|
||||
console.warn('dist 目录不存在,请先执行 taro build --type weapp');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user