加载图集资源提示资源相同(重复)

加载图集资源提示黄色警报。

    loader.loadRes(way, SpriteAtlas, (err, sprAtlas) => {
        let sprFrmAry = sprAtlas.getSpriteFrames();
    });

能正常运行,但是一直运行就一直刷新这个。
警报内容:
[Build] The loading url of asset 225374e6-f012-4a6e-ba9d-60a7c9fe1437@21844)} and asset {asset(225374e6-f012-4a6e-ba9d-60a7c9fe1437@82ad8 are the same, that will affect the correctness of loading resource in script. Please adjust the resource directory structure in time.If the resource is not loaded in the script, it can be ignored. picatlas/anim4
at NewConsole.warn (c:\CocosDashboard_1.0.7\resources.editors\Creator3D\1.2.0\resources\app.asar\builtin\builder\dist\worker\console.js:1:1219)
at c:\CocosDashboard_1.0.7\resources.editors\Creator3D\1.2.0\resources\app.asar\builtin\builder\dist\worker\builder\setting-task\group.js:1:1014
at c:\CocosDashboard_1.0.7\resources.editors\Creator3D\1.2.0\resources\app.asar\builtin\builder\dist\worker\builder\setting-task\group.js:1:1307
at Array.forEach ()
at BuildTask.handle (c:\CocosDashboard_1.0.7\resources.editors\Creator3D\1.2.0\resources\app.asar\builtin\builder\dist\worker\builder\setting-task\group.js:1:570)
at BuildTask.runBuildTask (c:\CocosDashboard_1.0.7\resources.editors\Creator3D\1.2.0\resources\app.asar\builtin\builder\dist\worker\builder\index.js:1:6293)