|
|
@@ -1,3 +1,6 @@
|
|
|
+let $cdn = process.env.VUE_APP_CDN
|
|
|
+
|
|
|
+
|
|
|
const data = [
|
|
|
{
|
|
|
id: 1,
|
|
|
@@ -5,7 +8,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/1_dashiji.pdf',
|
|
|
+ link:$cdn+'/pdf/1_dashiji.pdf',
|
|
|
keyword: '',
|
|
|
date: '1932年12月-1935年4月'
|
|
|
},
|
|
|
@@ -15,7 +18,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/2_shiliaoxuanbian.pdf',
|
|
|
+ link:$cdn+'/pdf/2_shiliaoxuanbian.pdf',
|
|
|
date: '1987年6月'
|
|
|
},
|
|
|
{
|
|
|
@@ -24,7 +27,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/3_bowuguanjieshao.pdf',
|
|
|
+ link:$cdn+'/pdf/3_bowuguanjieshao.pdf',
|
|
|
date: '时间不详'
|
|
|
},
|
|
|
{
|
|
|
@@ -33,7 +36,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/4_gongzuolunshu.pdf',
|
|
|
+ link:$cdn+'/pdf/4_gongzuolunshu.pdf',
|
|
|
date: '2016年3月'
|
|
|
},
|
|
|
{
|
|
|
@@ -42,7 +45,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/5_zhengguihuajianshe.pdf',
|
|
|
+ link:$cdn+'/pdf/5_zhengguihuajianshe.pdf',
|
|
|
date: '2014年'
|
|
|
},
|
|
|
{
|
|
|
@@ -51,7 +54,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/6_shiliaoxuanbian.pdf',
|
|
|
+ link:$cdn+'/pdf/6_shiliaoxuanbian.pdf',
|
|
|
date: '1987年'
|
|
|
},
|
|
|
{
|
|
|
@@ -60,7 +63,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/7_huobishi.pdf',
|
|
|
+ link:$cdn+'/pdf/7_huobishi.pdf',
|
|
|
date: '2003年'
|
|
|
},
|
|
|
{
|
|
|
@@ -69,7 +72,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/8_zhengcechutan.pdf',
|
|
|
+ link:$cdn+'/pdf/8_zhengcechutan.pdf',
|
|
|
date: '2016年'
|
|
|
},
|
|
|
{
|
|
|
@@ -78,7 +81,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/9_shiyeshentan.pdf',
|
|
|
+ link:$cdn+'/pdf/9_shiyeshentan.pdf',
|
|
|
date: '2012年6月'
|
|
|
},
|
|
|
{
|
|
|
@@ -87,7 +90,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/10_wuzhuangdouzheng.pdf',
|
|
|
+ link:$cdn+'/pdf/10_wuzhuangdouzheng.pdf',
|
|
|
date: '2017年'
|
|
|
},
|
|
|
{
|
|
|
@@ -96,7 +99,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/11_zhegnquan.pdf',
|
|
|
+ link:$cdn+'/pdf/11_zhegnquan.pdf',
|
|
|
date: '2014年'
|
|
|
},
|
|
|
{
|
|
|
@@ -105,7 +108,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/12_gongzuoyanjiu.pdf',
|
|
|
+ link:$cdn+'/pdf/12_gongzuoyanjiu.pdf',
|
|
|
date: '2015年3月'
|
|
|
},
|
|
|
{
|
|
|
@@ -114,7 +117,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/13_youpiao.pdf',
|
|
|
+ link:$cdn+'/pdf/13_youpiao.pdf',
|
|
|
date: '2015年2月'
|
|
|
},
|
|
|
{
|
|
|
@@ -123,7 +126,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/14_shyikebiaoyu.pdf',
|
|
|
+ link:$cdn+'/pdf/14_shyikebiaoyu.pdf',
|
|
|
date: '时间不详'
|
|
|
},
|
|
|
{
|
|
|
@@ -132,7 +135,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/15_shuishou.pdf',
|
|
|
+ link:$cdn+'/pdf/15_shuishou.pdf',
|
|
|
date: '2006年10月'
|
|
|
},
|
|
|
{
|
|
|
@@ -141,7 +144,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/16_maoyiyanjiu.pdf',
|
|
|
+ link:$cdn+'/pdf/16_maoyiyanjiu.pdf',
|
|
|
date: '2017年3月17日'
|
|
|
},
|
|
|
{
|
|
|
@@ -150,7 +153,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/17_suquqianbi.pdf',
|
|
|
+ link:$cdn+'/pdf/17_suquqianbi.pdf',
|
|
|
date: '1996年'
|
|
|
},
|
|
|
{
|
|
|
@@ -159,7 +162,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/18_tedianfenxi.pdf',
|
|
|
+ link:$cdn+'/pdf/18_tedianfenxi.pdf',
|
|
|
date: '2018年7月16日'
|
|
|
},
|
|
|
{
|
|
|
@@ -168,7 +171,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/19_gemingshuping.pdf',
|
|
|
+ link:$cdn+'/pdf/19_gemingshuping.pdf',
|
|
|
date: '2014年1月29日'
|
|
|
},
|
|
|
{
|
|
|
@@ -177,7 +180,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/20_tongbi.pdf',
|
|
|
+ link:$cdn+'/pdf/20_tongbi.pdf',
|
|
|
date: '时间不详'
|
|
|
},
|
|
|
{
|
|
|
@@ -186,7 +189,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/21_yankao.pdf',
|
|
|
+ link:$cdn+'/pdf/21_yankao.pdf',
|
|
|
date: '1994年'
|
|
|
},
|
|
|
{
|
|
|
@@ -195,7 +198,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/22_futou.pdf',
|
|
|
+ link:$cdn+'/pdf/22_futou.pdf',
|
|
|
date: '时间不详'
|
|
|
},
|
|
|
{
|
|
|
@@ -204,7 +207,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/23_hongseshuishou.pdf',
|
|
|
+ link:$cdn+'/pdf/23_hongseshuishou.pdf',
|
|
|
date: '时间不详'
|
|
|
},
|
|
|
{
|
|
|
@@ -213,7 +216,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/24_youshisikao.pdf',
|
|
|
+ link:$cdn+'/pdf/24_youshisikao.pdf',
|
|
|
date: '2019年2月'
|
|
|
},
|
|
|
{
|
|
|
@@ -222,7 +225,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/25_genjudichuangjian.pdf',
|
|
|
+ link:$cdn+'/pdf/25_genjudichuangjian.pdf',
|
|
|
date: '2002年'
|
|
|
},
|
|
|
{
|
|
|
@@ -231,7 +234,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/26_xuanchuancehlue.pdf',
|
|
|
+ link:$cdn+'/pdf/26_xuanchuancehlue.pdf',
|
|
|
date: '2009年11月'
|
|
|
},
|
|
|
{
|
|
|
@@ -240,7 +243,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/27_baodaogongzuo.pdf',
|
|
|
+ link:$cdn+'/pdf/27_baodaogongzuo.pdf',
|
|
|
date: '2017年'
|
|
|
},
|
|
|
{
|
|
|
@@ -249,7 +252,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/28_zuchengbufen.pdf',
|
|
|
+ link:$cdn+'/pdf/28_zuchengbufen.pdf',
|
|
|
date: '2017年'
|
|
|
},
|
|
|
{
|
|
|
@@ -258,7 +261,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/29_zhengcetezheng.pdf',
|
|
|
+ link:$cdn+'/pdf/29_zhengcetezheng.pdf',
|
|
|
date: '2013年6月13日'
|
|
|
},
|
|
|
{
|
|
|
@@ -267,7 +270,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/30_lishiqishi.pdf',
|
|
|
+ link:$cdn+'/pdf/30_lishiqishi.pdf',
|
|
|
date: '2007年2月'
|
|
|
},
|
|
|
{
|
|
|
@@ -276,7 +279,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/31_jianshesikao.pdf',
|
|
|
+ link:$cdn+'/pdf/31_jianshesikao.pdf',
|
|
|
date: '2015年'
|
|
|
},
|
|
|
{
|
|
|
@@ -285,7 +288,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/32_zhongyaotedian.pdf',
|
|
|
+ link:$cdn+'/pdf/32_zhongyaotedian.pdf',
|
|
|
date: '2014年'
|
|
|
},
|
|
|
{
|
|
|
@@ -294,7 +297,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/33_jieyanyundong.pdf',
|
|
|
+ link:$cdn+'/pdf/33_jieyanyundong.pdf',
|
|
|
date: '2016年9月25日'
|
|
|
},
|
|
|
{
|
|
|
@@ -303,7 +306,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/34_juxianxing.pdf',
|
|
|
+ link:$cdn+'/pdf/34_juxianxing.pdf',
|
|
|
date: '2005年10月10日'
|
|
|
},
|
|
|
{
|
|
|
@@ -312,7 +315,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/35_chenlieguan.pdf',
|
|
|
+ link:$cdn+'/pdf/35_chenlieguan.pdf',
|
|
|
date: '2008年'
|
|
|
},
|
|
|
{
|
|
|
@@ -321,7 +324,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/36_tedianqishi.pdf',
|
|
|
+ link:$cdn+'/pdf/36_tedianqishi.pdf',
|
|
|
date: '2002年6月5日'
|
|
|
},
|
|
|
{
|
|
|
@@ -330,7 +333,7 @@ const data = [
|
|
|
describe: '描述',
|
|
|
content: '内容',
|
|
|
type:'类型',
|
|
|
- link:'https://houseoss.4dkankan.com/chuanshan/pdf/37_tudigeming.pdf',
|
|
|
+ link:$cdn+'/pdf/37_tudigeming.pdf',
|
|
|
date: '2012年'
|
|
|
}
|
|
|
|