Authored by 石坚

面包屑bug

@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; @@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
11 11
12 module.exports = { 12 module.exports = {
13 app: 'web', 13 app: 'web',
14 - appVersion: '4.6.0', // 调用api接口版本 14 + appVersion: '4.9.0', // 调用api接口版本
15 port: 6003, 15 port: 6003,
16 siteUrl: '//www.yohoblk.com', 16 siteUrl: '//www.yohoblk.com',
17 signExtend: { 17 signExtend: {
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 {{/if}} 8 {{/if}}
9 9
10 {{#unless @last}} 10 {{#unless @last}}
11 - <span class="iconfont icon">&frasl;</span> 11 + <span class="icon">&frasl;</span>
12 {{/unless}} 12 {{/unless}}
13 {{/each}} 13 {{/each}}
14 </p> 14 </p>