Commit ee48ea5f authored by liujiangnan's avatar liujiangnan

fix: 路径问题

parent 7ed15fa4
...@@ -6,15 +6,15 @@ ...@@ -6,15 +6,15 @@
</div> </div>
<div class="leaves" #leavesNode> <div class="leaves" #leavesNode>
<div class="leaf" *ngFor="let le of otherwordnum" > <div class="leaf" *ngFor="let le of otherwordnum" >
<img [class]="le.rigof ? 'on':'off'" src="../../assets/spelling/leaves.png" alt=""> <img [class]="le.rigof ? 'on':'off'" src="assets/spelling/leaves.png" alt="">
</div> </div>
</div> </div>
<div class="mo" #monkey> <div class="mo" #monkey>
<div class="monkey"><img src="../../assets/spelling/monkey.png" alt=""></div> <div class="monkey"><img src="assets/spelling/monkey.png" alt=""></div>
</div> </div>
</div> </div>
<div class="house"> <div class="house">
<img src="../../assets/spelling/house.png" alt=""> <img src="assets/spelling/house.png" alt="">
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment