File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
components/productsDetailInfo Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ export default {
3636 ' /products/swifter-tips' : require (' ../../assets/swifter-tips-header.png' ),
3737 ' /products/functional-swift' : require (' ../../assets/functional-swift-header.png' ),
3838 ' /products/core-data' : require (' ../../assets/core-data-header.png' ),
39- ' /products/advanced-swift' : require (' ../../assets/advanced-swift-header.png' )
39+ ' /products/advanced-swift' : require (' ../../assets/advanced-swift-header.png' ),
40+ ' /products/optimizing-collections' : require (' ../../assets/optimizing-collections-header.png' )
4041 }
4142 };
4243 },
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ export default {
9696 ' productPrice' : ' ¥69.00' ,
9797 ' authorList' : ' Chris Eidhof,Airspeed Velocity 著' ,
9898 ' translatorList' : ' 王巍 译'
99+ },
100+ ' /products/optimizing-collections/preview' : {
101+ ' productTitle' : ' 集合类型优化' ,
102+ ' productPrice' : ' ¥59.00' ,
103+ ' authorList' : ' Károly Lőrentey 著' ,
104+ ' translatorList' : ' 王巍 陈聿菡 译'
99105 }
100106 }
101107 };
Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ export default new Router({
5151 path : 'advanced-swift' ,
5252 component : ProductsDetailInfo
5353 } ,
54+ {
55+ path : 'optimizing-collections' ,
56+ component : ProductsDetailInfo
57+ } ,
5458 {
5559 path : 'swifter-tips/preview' ,
5660 component : ProductsPreview
@@ -66,6 +70,10 @@ export default new Router({
6670 {
6771 path : 'advanced-swift/preview' ,
6872 component : ProductsPreview
73+ } ,
74+ {
75+ path : 'optimizing-collections/preview' ,
76+ component : ProductsPreview
6977 }
7078 ]
7179 } ,
You can’t perform that action at this time.
0 commit comments