Compare commits
68 Commits
9e678d108c
...
HongKongPr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83e6db32e0 | ||
|
|
50cc836b4f | ||
|
|
9f0dbabd51 | ||
|
|
deffec9e26 | ||
|
|
1abc53b06d | ||
|
|
e29e0e36b9 | ||
|
|
7563c6c30e | ||
|
|
4d520f5665 | ||
|
|
6501d55e4f | ||
|
|
da5e80313b | ||
|
|
22ff67243f | ||
|
|
094aac1ac7 | ||
|
|
3df8333302 | ||
|
|
983ec684ce | ||
|
|
725786811a | ||
|
|
4e3046596e | ||
|
|
0425959db4 | ||
|
|
c791f02ee4 | ||
|
|
46a14bea6c | ||
|
|
e0af963c4a | ||
|
|
1138eac28f | ||
|
|
72aa4006b7 | ||
|
|
3c35324cfa | ||
|
|
b7fc627226 | ||
|
|
59d40d3609 | ||
|
|
bc778c3a48 | ||
|
|
bd0beb426b | ||
|
|
c0bc6c5431 | ||
|
|
442ad9ff31 | ||
|
|
462aefb7b9 | ||
|
|
98d53ad45e | ||
|
|
07b7eb2471 | ||
|
|
562481d08c | ||
|
|
7dc3c78715 | ||
|
|
9fe6c9046b | ||
|
|
4b9614be25 | ||
|
|
2c601cf573 | ||
|
|
7d3a84d6ae | ||
|
|
517d4803c3 | ||
|
|
126fb7355c | ||
|
|
e1bcfc00c5 | ||
|
|
787f4e8094 | ||
|
|
2f3e1198e6 | ||
|
|
25b6e6128d | ||
|
|
79405f8853 | ||
|
|
261a6c61c4 | ||
|
|
bcfaa0b260 | ||
|
|
39456715c8 | ||
|
|
7b2c4584b4 | ||
|
|
4e228cadd1 | ||
|
|
808baf798b | ||
|
|
34d052255f | ||
|
|
1ecc639410 | ||
|
|
bb952fc553 | ||
|
|
d5ab2ca459 | ||
|
|
fb44b267bd | ||
|
|
3e8dba7d4b | ||
|
|
15b7c46e35 | ||
|
|
d82c425491 | ||
|
|
5a6d83cc06 | ||
|
|
e5df02f241 | ||
|
|
3000ff590b | ||
|
|
6466a55896 | ||
|
|
03d27d5c41 | ||
|
|
3cfb24ba8c | ||
|
|
cbdda8699f | ||
|
|
838988d55e | ||
|
|
1d244c56e5 |
2
.gitignore
vendored
@@ -3,5 +3,5 @@ logs
|
||||
*.log
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
# dist
|
||||
*.local
|
||||
|
||||
4
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||
"aiXcoder.showTrayIcon": true
|
||||
}
|
||||
21
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [{
|
||||
"label": "save",
|
||||
"command": "git",
|
||||
"type": "shell",
|
||||
"args": [
|
||||
"commit",
|
||||
"-a",
|
||||
"-m",
|
||||
"auto commit",
|
||||
"&&",
|
||||
"git",
|
||||
"push",
|
||||
"origin",
|
||||
"master"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}],
|
||||
"preShutdownTask": "save"
|
||||
}
|
||||
192
01.html
Normal file
@@ -0,0 +1,192 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="typeoption" id="position_thread">
|
||||
<table class="cgtl mbm" v-if="load">
|
||||
<caption>
|
||||
个人信息
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr v-if="info.profession">
|
||||
<th>目前专业:</th>
|
||||
<td v-text="info.profession"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.estate">
|
||||
<th>目前状态:</th>
|
||||
<td v-text="info.estate_text"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.undergraduate_school">
|
||||
<th>本科学校:</th>
|
||||
<td v-text="info.undergraduate_school"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.gpa_score">
|
||||
<th>GPA:</th>
|
||||
<td v-text="info.gpa_score"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.gpa_ranking">
|
||||
<th>排名:</th>
|
||||
<td v-text="info.gpa_ranking"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.master_school">
|
||||
<th>硕士学校:</th>
|
||||
<td v-text="info.master_school"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.master_achievement">
|
||||
<th>成绩:</th>
|
||||
<td v-text="info.master_achievement"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.gre_total">
|
||||
<th>GRE</th>
|
||||
<td>总分: <span v-text="info.gre_total"></span> V: <span v-text="info.gre_v"></span> Q: <span v-text="info.gre_q"></span> AW: <span v-text="info.gre_aw"></span></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.ielts_total">
|
||||
<th>IELTS</th>
|
||||
<td>总分:<span v-text="info.ielts_total"></span> R:<span v-text="info.ielts_r"></span> L:<span v-text="info.ielts_l"></span> S:<span v-text="info.ielts_s"></span> W:<span v-text="info.ielts_w"></span></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="info.toefl_total">
|
||||
<th>TOEFL</th>
|
||||
<td>总分:<span v-text="info.toefl_total"></span> R:<span v-text="info.toefl_r"></span> L:<span v-text="info.toefl_l"></span> S:<span v-text="info.toefl_s"></span> W:<span v-text="info.toefl_w"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="cgtl mbm" v-else="">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>数据加载中.. <img src="http://www.gter.net/static/img/loading-black.gif" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="cgtl mbm" v-if="load">
|
||||
<caption>
|
||||
申请信息
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr v-if="thread.profession">
|
||||
<th>申请专业</th>
|
||||
<td v-text="thread.profession"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.profession_cid">
|
||||
<th>专业分类</th>
|
||||
<td>
|
||||
<span v-text="thread.profession_text"></span>
|
||||
<span v-if="thread.profession_cid && thread.apply_llm">LL.M</span>
|
||||
<span v-if="thread.profession_cid && thread.apply_jd">J.D</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.apply_doctor || thread.apply_master">
|
||||
<th>学位</th>
|
||||
<td>
|
||||
<span v-if="thread.apply_doctor">申博</span>
|
||||
<span v-if="thread.apply_master" v-text="thread.apply_master_text"></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.country">
|
||||
<th>国家或地区</th>
|
||||
<td v-text="thread.country"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.experience">
|
||||
<th>科研经验</th>
|
||||
<td v-text="thread.experience_text"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.scholarship">
|
||||
<th>是否要奖学金</th>
|
||||
<td>是</td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.profession_cid==2 && thread.lsat">
|
||||
<th>LSAT</th>
|
||||
<td v-text="thread.lsat"></td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="thread.profession_cid==2 && thread.sex>0">
|
||||
<th>性别</th>
|
||||
<td v-text="thread.sex_text"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table v-if="load && thread.paper" cellpadding="0" cellspacing="0" class="cgtl mbm">
|
||||
<caption>
|
||||
论文发表
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td v-html="thread.paper">...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table v-if="load && thread.recommendation" cellpadding="0" cellspacing="0" class="cgtl mbm">
|
||||
<caption>
|
||||
推荐信
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td v-html="thread.recommendation">...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table v-if="load && thread.hope" cellpadding="0" cellspacing="0" class="cgtl mbm">
|
||||
<caption>
|
||||
定位期望
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td v-html="thread.hope">...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<script>
|
||||
new Vue({
|
||||
el:'#position_thread',
|
||||
data:{
|
||||
key: '0f3949ebfda1e40e21ce37526326c0d8',
|
||||
tid: '2613455',
|
||||
session: '3d3ecbefcf5b45c59c66327135cc263d',
|
||||
load: false,
|
||||
info: [],
|
||||
thread: [],
|
||||
},
|
||||
ready: function() {
|
||||
this.loaddata()
|
||||
},
|
||||
methods: {
|
||||
loaddata: function()
|
||||
{
|
||||
this.load = false;
|
||||
this.$http.post('//www.gter.net/position_thread.json', {tid: this.tid, session: this.session, key: this.key }, {emulateJSON: true}).then(function(res) {
|
||||
var data = typeof res.data=='string' ? JSON.parse(res.data) : res.data;
|
||||
this.thread = data.thread
|
||||
this.info = data.info
|
||||
if (this.thread.id) {
|
||||
this.load = true;
|
||||
}
|
||||
})
|
||||
},
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
1
dist/css/217.0fc0e835.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.path-box[data-v-07dc0a79]{display:flex;flex-direction:row;height:1.28rem;line-height:1.28rem;margin:.5rem .35rem 0;padding:0 .4rem;border-radius:1.68rem 1.68rem 0 1.68rem;background-color:#fff;font-size:.32rem;box-shadow:0 0 .16rem rgba(0,0,0,.1);position:relative}.path-box .path-slash[data-v-07dc0a79]{color:#d7d7d7;font-size:.32rem;margin:0 .18rem}.path-box div[data-v-07dc0a79]{color:#7f7f7f;max-width:2.5rem}.path-box div[data-v-07dc0a79]:last-child{max-width:50%;color:#000;font-weight:700}.path-box[data-v-07dc0a79]:after{content:"";width:0;height:0;position:absolute;bottom:0;right:0;border-top:.24rem solid #62b1ff;border-left:.24rem solid transparent;transform:rotateX(180deg);margin:0 .09rem .09rem 0}.result-empty-box[data-v-02de74be]{height:10.3333rem}.allSections[data-v-02de74be]{display:flex;flex-direction:row;margin-top:.666667rem;filter:drop-shadow(.05rem 0 .09rem rgba(0,0,0,.1));margin:.64rem .35rem;height:calc(100vh - 3rem);position:relative}.allSections[data-v-02de74be]:after{content:"";top:0;left:.17rem;width:3.4rem;height:100%;border-radius:.32rem 0 0 .32rem;border-left:.013333rem solid #ddd;background-color:hsla(0,0%,92%,.557);position:absolute;z-index:-1}.allSections-left[data-v-02de74be]{width:3.57rem;border-radius:.32rem 0 0 .32rem;display:flex;flex-direction:column;text-align:center;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-overflow-scrolling:touch;position:relative;overflow-x:hidden;overflow-y:auto}.allSections-left[data-v-02de74be]::-webkit-scrollbar{display:none}.allSections-left span[data-v-02de74be]{height:1.28rem;line-height:1.28rem;border-radius:.32rem;font-size:.32rem;position:relative}.allSections-left span.active[data-v-02de74be]{background-color:#fff;font-weight:bolder;border-radius:.32rem 0 0 .32rem;color:#000;width:101%;filter:drop-shadow(0 0 .08rem rgba(0,0,0,.1))}.allSections-left span.active[data-v-02de74be]:before{content:"";width:.36rem;height:101%;position:absolute;right:0;top:-100%;box-shadow:.14rem .14rem #fff;border-radius:0 0 .32rem 0}.allSections-left span.active[data-v-02de74be]:after{content:"";width:.36rem;height:101%;position:absolute;right:0;bottom:-100%;box-shadow:.14rem -.14rem #fff;border-radius:0 .32rem 0 0}.allSections-left span:first-child.active[data-v-02de74be]:before,.allSections-left span:last-child.active[data-v-02de74be]:after{display:none}.allSections-right[data-v-02de74be]{flex:1;background-color:#fff;border-radius:0 .32rem .32rem 0;display:flex;flex-direction:column;z-index:1;padding-bottom:.4rem;overflow-x:hidden;overflow-y:auto}.allSections-right.active[data-v-02de74be]{display:block}.allSections-right .allSections-right-item[data-v-02de74be]{padding:.4rem 0;margin:0 .32rem 0 .7rem;border-bottom:.013333rem solid #ddd;display:flex;justify-content:space-between;position:relative}.allSections-right .allSections-right-item .item-content[data-v-02de74be]{width:80%}.allSections-right .allSections-right-item .item-title[data-v-02de74be]{color:#000;font-size:.32rem}.allSections-right .allSections-right-item .item-text[data-v-02de74be]{margin:.266667rem 0;color:#aaa;font-size:.28rem;word-wrap:break-word}.allSections-right .allSections-right-item .item-star[data-v-02de74be]{display:flex;align-items:center}.allSections-right .allSections-right-item .item-star img[data-v-02de74be]{width:.48rem;height:.46rem}.allSections-right .allSections-right-item[data-v-02de74be]:before{content:"";width:.12rem;height:.32rem;border-radius:.16rem;position:absolute;top:.48rem;left:-.35rem;background-color:#62b1ff}.paging[data-v-02de74be]{margin-top:.48rem}.paging[data-v-02de74be] .el-pagination.is-background .el-pager li:not(.disabled).active{background:#62b1ff;border-radius:50%}.paging[data-v-02de74be] .el-pagination .btn-next .el-icon,.paging[data-v-02de74be] .el-pagination .btn-prev .el-icon{font-size:.4rem}
|
||||
1
dist/css/280.0915ca91.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.path-box[data-v-07dc0a79]{display:flex;flex-direction:row;height:1.28rem;line-height:1.28rem;margin:.5rem .35rem 0;padding:0 .4rem;border-radius:1.68rem 1.68rem 0 1.68rem;background-color:#fff;font-size:.32rem;box-shadow:0 0 .16rem rgba(0,0,0,.1);position:relative}.path-box .path-slash[data-v-07dc0a79]{color:#d7d7d7;font-size:.32rem;margin:0 .18rem}.path-box div[data-v-07dc0a79]{color:#7f7f7f;max-width:2.5rem}.path-box div[data-v-07dc0a79]:last-child{max-width:50%;color:#000;font-weight:700}.path-box[data-v-07dc0a79]:after{content:"";width:0;height:0;position:absolute;bottom:0;right:0;border-top:.24rem solid #62b1ff;border-left:.24rem solid transparent;transform:rotateX(180deg);margin:0 .09rem .09rem 0}.paging[data-v-28440cd8]{margin-top:.48rem;padding-bottom:1rem}.paging[data-v-28440cd8] .el-pagination.is-background .el-pager li.active{background:#62b1ff;border-radius:50%}.paging[data-v-28440cd8] .el-pagination .btn-next .el-icon,.paging[data-v-28440cd8] .el-pagination .btn-prev .el-icon{font-size:.4rem}.paging[data-v-28440cd8] .is-background.el-pagination--small .el-pager li{border-radius:50%!important}.paging[data-v-28440cd8] .el-pagination.is-background.el-pagination--small .btn-next,.paging[data-v-28440cd8] .el-pagination.is-background.el-pagination--small .btn-prev,.paging[data-v-28440cd8] .el-pagination.is-background.el-pagination--small .el-pager li{border-radius:50%}section[data-v-28440cd8]{padding-top:.45rem}
|
||||
1
dist/css/336.7f7c43de.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.container[data-v-5e99c0b6]{padding-top:1.3rem}.container .header[data-v-5e99c0b6]{padding:1rem 0 .8rem}.container .header .portrait[data-v-5e99c0b6]{width:2rem;height:2rem;border-radius:50%;background-color:#fff;position:relative}.container .header .portrait-icom[data-v-5e99c0b6]{width:1.8rem;height:1.8rem;border-radius:50%}.container .header .header-username[data-v-5e99c0b6]{color:#000;font-size:.48rem;line-height:normal;margin-top:.24rem;font-weight:650}.container .header .header-uid[data-v-5e99c0b6]{color:#7f7f7f;font-weight:400;margin-top:.12rem}.container .operation-box[data-v-5e99c0b6]{background-color:#fff;margin:0 .2933rem .4rem;border-radius:.4rem}.container .operation-box .operation-item[data-v-5e99c0b6]{height:1.8rem;justify-content:space-between;padding:0 .4rem}.container .operation-box .operation-item[data-v-5e99c0b6]:not(:first-of-type){border-top:.0133rem dotted #d7d7d7}.container .operation-box .operation-item .operation-left[data-v-5e99c0b6]{color:#333;font-size:.36rem;line-height:.6rem}.container .operation-box .operation-item .operation-icom[data-v-5e99c0b6]{width:.48rem;margin-right:.32rem}.container .operation-box .operation-item .operation-data[data-v-5e99c0b6]{background-color:#f6f6f6;border-radius:.64rem;font-size:.28rem;color:#555;min-width:.9rem;text-align:center;padding:0 .2rem;box-sizing:border-box}.container .operation-box .operation-item .unread-info[data-v-5e99c0b6]{background:#fd3f5d;height:.42rem;border-radius:.64rem;color:#fff;font-size:.28rem;text-align:center;padding:0 .1rem;box-sizing:border-box}.container .operation-box .operation-item .operation-right-icom[data-v-5e99c0b6]{width:.12rem;height:.22rem;margin-left:.2rem}.container .operation-box.data-presentation[data-v-5e99c0b6]{padding-top:.4rem;padding-bottom:.4rem}.container .operation-box.data-presentation .data-presentation-item[data-v-5e99c0b6]{flex-direction:column}.container .operation-box.data-presentation .data-presentation-item[data-v-5e99c0b6]:not(:last-of-type){border-right:.0133rem solid #ebebeb}.container .operation-box.data-presentation .data-presentation-item .data-presentation-number[data-v-5e99c0b6]{color:#000;line-height:.6rem;font-size:.4rem;font-weight:900}.container .operation-box.data-presentation .data-presentation-item .data-presentation-name[data-v-5e99c0b6]{color:#333;line-height:.6rem;font-size:.32rem}.container .log-out[data-v-5e99c0b6]{font-size:.36rem;line-height:.6rem;color:#555;border-bottom:.0133rem solid #797979;width:1.46rem;margin:.6rem auto 1rem}
|
||||
1
dist/css/39.c6e7e71d.css
vendored
Normal file
1
dist/css/483.8c066913.css
vendored
Normal file
1
dist/css/561.8c066913.css
vendored
Normal file
1
dist/css/584.8c066913.css
vendored
Normal file
1
dist/css/879.b9149ecf.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.container[data-v-128503e4]{padding-top:1.3rem;padding-bottom:1.3rem}.container .search-input-box[data-v-128503e4]{margin-left:.32rem}.container .search-input-box .search-input[data-v-128503e4]{width:8.2rem;height:.96rem;border-radius:2.56rem;background:#ebebeb}.container .search-input-box .search-input .search-input-cross[data-v-128503e4],.container .search-input-box .search-input .search-input-icon[data-v-128503e4]{width:.4rem;height:.4rem}.container .search-input-box .search-input .search-input-icon[data-v-128503e4]{padding:0 .4rem}.container .search-input-box .search-input .search-input-cross[data-v-128503e4]{padding-right:.4rem}.container .search-input-box .search-input .search-input-input[data-v-128503e4]{height:100%;font-size:.4rem}.container .search-input-box .search-input-cancel[data-v-128503e4]{color:#000;font-size:.36rem;padding-left:.46rem;width:.74rem}.container .numberResults[data-v-128503e4]{font-size:.32rem;color:#555;margin:.64rem .32rem .48rem}.container .numberResults .number[data-v-128503e4]{color:#000;font-weight:650;margin:0 .1667rem}.container .result-box[data-v-128503e4]{justify-content:center;flex-direction:column;overflow:auto}.container .result-box .result-item[data-v-128503e4]{margin-bottom:.32rem;width:9.36rem;height:3.96rem;background-color:#fff;border:none;border-radius:.32rem;box-shadow:0 0 .16rem rgba(0,0,0,.08);padding:.4rem;box-sizing:border-box;flex-direction:column;position:relative}.container .result-box .result-item .result-header[data-v-128503e4]{margin-bottom:.32rem}.container .result-box .result-item .result-header .result-label[data-v-128503e4]{font-size:.28rem;height:.52rem;line-height:.52rem;background:#333;color:#fff;display:inline-block;border-radius:.16rem;padding:0 .12rem;margin-right:.12rem}.container .result-box .result-item .result-header .result-title[data-v-128503e4]{color:#000;font-size:.37333rem;line-height:.65rem;display:inline}.container .result-box .result-item .result-header .result-title[data-v-128503e4] em{color:#f95d5d}.container .result-box .result-item .result-content[data-v-128503e4]{line-height:.52rem;font-size:.3rem;color:#7f7f7f;height:1.04rem}.container .result-box .result-item .reply-visible[data-v-128503e4]{font-size:.32rem;height:1.04rem;background:hsla(0,0%,95%,.7)}.container .result-box .result-item .result-info[data-v-128503e4]{align-items:self-end;justify-content:space-between}.container .result-box .result-item .result-info .user-info .icon-head[data-v-128503e4]{width:.64rem;height:.64rem;border-radius:50%}.container .result-box .result-item .result-info .user-info .user-name[data-v-128503e4]{font-size:.32rem;color:#333;margin-left:.2rem}.container .result-box .result-item .result-info .item-data[data-v-128503e4]{font-size:.28rem}.container .result-box .result-item .result-info .item-data .item-data-item[data-v-128503e4]:last-of-type{margin-left:.4rem}.container .result-box .result-item .result-info .item-data .item-data-item .icon-look[data-v-128503e4]{width:.4267rem;height:.18rem;margin-right:.16rem}.container .result-box .result-item .result-info .item-data .item-data-item .icon-msg[data-v-128503e4]{width:.32rem;height:.28rem;margin-right:.16rem}.container .paging[data-v-128503e4]{margin-top:.48rem}.container .paging[data-v-128503e4] .el-pagination.is-background .el-pager li:not(.disabled).active{background:#62b1ff;border-radius:50%}.container .paging[data-v-128503e4] .el-pagination .btn-next .el-icon,.container .paging[data-v-128503e4] .el-pagination .btn-prev .el-icon{font-size:.4rem}.container .result-empty-box[data-v-128503e4]{height:70vh;width:9.36rem;background:#fff;margin:0 auto;border-radius:.32rem}.container .result-empty-box .result-empty-icon[data-v-128503e4]{width:2.04rem;height:2.4rem}
|
||||
1
dist/css/884.9aa3ed80.css
vendored
Normal file
1
dist/css/94.c58bb57f.css
vendored
Normal file
1
dist/css/app~189e7968.8b7662a1.css
vendored
Normal file
1
dist/css/chunk-vendors~7b6a7b5f.6f1d11ce.css
vendored
Normal file
BIN
dist/fonts/element-icons.f1a45d74.ttf
vendored
Normal file
BIN
dist/fonts/element-icons.ff18efd1.woff
vendored
Normal file
BIN
dist/img/defaultAvatar.jpg
vendored
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
dist/img/empty.698c52d4.png
vendored
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
dist/img/favicon.ico
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
dist/img/notCollect.698c52d4.png
vendored
Normal file
|
After Width: | Height: | Size: 82 KiB |
0
src/assets/img/detail/unlock.png → dist/img/unlock.png
vendored
Executable file → Normal file
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
BIN
dist/img/user/avatarsetting.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
dist/img/user/bindemail.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
0
src/assets/img/user/bindingthird-party .png → dist/img/user/bindingthird-party.png
vendored
Executable file → Normal file
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
dist/img/user/bindmobile.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
dist/img/user/changepassword.png
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
dist/img/user/collect.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
0
src/assets/img/user/information.png → dist/img/user/information.png
vendored
Executable file → Normal file
|
Before Width: | Height: | Size: 1011 B After Width: | Height: | Size: 1011 B |
BIN
dist/img/user/mystatus.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
dist/img/user/personaldata.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dist/img/user/postmessage.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dist/img/user/replymessage.png
vendored
Normal file
|
After Width: | Height: | Size: 968 B |
BIN
dist/img/user/visithomepage.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
7
dist/index.html
vendored
Normal file
1
dist/js/217.d1ddcd5f.js
vendored
Normal file
1
dist/js/233.18adb6c9.js
vendored
Normal file
1
dist/js/280.ed574ed9.js
vendored
Normal file
1
dist/js/336.52ad8d34.js
vendored
Normal file
1
dist/js/483.9b9ef662.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";(self["webpackChunkninepage"]=self["webpackChunkninepage"]||[]).push([[483],{5817:function(e,t,n){n.r(t),n.d(t,{default:function(){return h}});var r=function(){var e=this,t=e._self._c;return t("div",[t("header-nav",{attrs:{issearch:!1,needgetuser:!0}},[t("template",{slot:"header-title"},[e._v("搜索帖子")])],2),t("router-view",{key:e.key})],1)},a=[],u=n(4917),s={name:"search",data(){return{}},computed:{key(){return this.$route.path+Math.random()}},mounted(){},methods:{},components:{HeaderNav:u.Z}},o=s,c=n(1001),d=(0,c.Z)(o,r,a,!1,null,"24c9f798",null),h=d.exports}}]);
|
||||
1
dist/js/561.862fb303.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";(self["webpackChunkninepage"]=self["webpackChunkninepage"]||[]).push([[561],{9143:function(e,t,n){n.r(t),n.d(t,{default:function(){return l}});var a=function(){var e=this,t=e._self._c;return t("div",[t("header-nav",{attrs:{issearch:!0,needgetuser:!0}},[t("template",{slot:"header-title"},[e._v("帖子详情")])],2),t("router-view",{key:e.key})],1)},r=[],u=n(4917),s={name:"detail",data(){return{}},computed:{key(){return this.$route.path+Math.random()}},mounted(){},methods:{},components:{HeaderNav:u.Z}},d=s,i=n(1001),o=(0,i.Z)(d,a,r,!1,null,"10593ad7",null),l=o.exports}}]);
|
||||
1
dist/js/584.43395d1c.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";(self["webpackChunkninepage"]=self["webpackChunkninepage"]||[]).push([[584],{6170:function(e,t,n){n.r(t),n.d(t,{default:function(){return o}});var r=function(){var e=this,t=e._self._c;return t("div",[t("header-nav",{attrs:{issearch:!0,needgetuser:!0}},[t("template",{slot:"header-title"},[e._v("我的寄托")])],2),t("router-view")],1)},a=[],u=n(4917),s={name:"user",data(){return{}},mounted(){},methods:{},components:{HeaderNav:u.Z}},d=s,i=n(1001),l=(0,i.Z)(d,r,a,!1,null,"7090fd6a",null),o=l.exports}}]);
|
||||
1
dist/js/879.5b9e6015.js
vendored
Normal file
1
dist/js/884.b48d5ca7.js
vendored
Normal file
1
dist/js/917.8692ef86.js
vendored
Normal file
1
dist/js/94.fc6edfaa.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";(self["webpackChunkninepage"]=self["webpackChunkninepage"]||[]).push([[94],{2013:function(e,t,n){n.r(t),n.d(t,{default:function(){return u}});var a=function(){var e=this,t=e._self._c;return t("div",[t("header-nav",{attrs:{issearch:!0,needgetuser:!0}},[t("template",{slot:"header-title"},[e._v("寄托天下论坛")])],2),t("nav",[t("router-link",{attrs:{to:e.recommendURl,exact:""}},[e._v("推荐阅读")]),t("router-link",{attrs:{to:e.collect,exact:""}},[e._v("收藏的版块")]),t("router-link",{attrs:{to:e.allSections,exact:""}},[e._v("全部版块")])],1),t("div",{staticClass:"publish flexcolumn flexcenter",on:{click:function(t){return t.stopPropagation(),e.$skipUrl(e.invitationPost)}}},[t("svg-icon",{attrs:{"icon-class":"add","class-name":"icon-publish"}}),e._v(" 发帖 ")],1),t("router-view",{key:e.key})],1)},l=[],o=n(4917),i=n(6799),r={name:"Index",data(){return{favorite:[],recommend:[],fid:null,allSections:"/allSections",collect:"/collect",recommendURl:"/recommend",invitationPost:i.a}},computed:{key(){return this.$route.path+Math.random()}},watch:{"$store.state.homeRequestState":{handler(e,t){let{favoriteList:n,recommendList:a}=this.$store.state;this.favorite=n,this.recommend=a},immediate:!0},$route:{handler(e,t){let n=e.fullPath;-1!=n.indexOf("allSections")&&(this.allSections=n),-1!=n.indexOf("collect")&&(this.collect=n),-1!=n.indexOf("recommend")&&(this.recommendURl=n)},immediate:!0}},mounted(){},components:{HeaderNav:o.Z},methods:{}},s=r,c=n(1001),d=(0,c.Z)(s,a,l,!1,null,null,null),u=d.exports}}]);
|
||||
1
dist/js/app~42f9d7e6.eaa8d909.js
vendored
Normal file
1
dist/js/app~449a49d2.7db7a012.js
vendored
Normal file
1
dist/js/app~d363ae0c.341d27ce.js
vendored
Normal file
1
dist/js/app~d92c34c1.f3d32b35.js
vendored
Normal file
1
dist/js/chunk-vendors~060599a5.24f19e49.js
vendored
Normal file
1
dist/js/chunk-vendors~200a565d.39847fe1.js
vendored
Normal file
1
dist/js/chunk-vendors~25e64ae6.c55fb344.js
vendored
Normal file
1
dist/js/chunk-vendors~2882e66b.2c8093d6.js
vendored
Normal file
1
dist/js/chunk-vendors~3430543d.cf0009ef.js
vendored
Normal file
1
dist/js/chunk-vendors~439af1fa.860dcae1.js
vendored
Normal file
1
dist/js/chunk-vendors~5551fa64.bd95ba0f.js
vendored
Normal file
1
dist/js/chunk-vendors~5c533fba.9bf46ea1.js
vendored
Normal file
1
dist/js/chunk-vendors~6012a5e8.fad4069d.js
vendored
Normal file
1
dist/js/chunk-vendors~61c4e7a6.414f2dab.js
vendored
Normal file
1
dist/js/chunk-vendors~7a6313df.5ee224e3.js
vendored
Normal file
1
dist/js/chunk-vendors~7bad1921.83749175.js
vendored
Normal file
1
dist/js/chunk-vendors~842dc778.64dc62a7.js
vendored
Normal file
1
dist/js/chunk-vendors~8787c537.316fdd09.js
vendored
Normal file
16
dist/js/chunk-vendors~89d5c698.efc5b497.js
vendored
Normal file
1
dist/js/chunk-vendors~8e64475f.812b7299.js
vendored
Normal file
1
dist/js/chunk-vendors~92ecdc2e.3a846b57.js
vendored
Normal file
1
dist/js/chunk-vendors~9b5e7775.6adfbd8e.js
vendored
Normal file
1
dist/js/chunk-vendors~b64a843a.c93ce69d.js
vendored
Normal file
1
dist/js/chunk-vendors~bb5633b7.bff7c084.js
vendored
Normal file
1
dist/js/chunk-vendors~bc050c32.2a84bea8.js
vendored
Normal file
1
dist/js/chunk-vendors~c08e88ca.200eba88.js
vendored
Normal file
7
dist/js/chunk-vendors~c3943e85.8bc853d5.js
vendored
Normal file
9
dist/js/chunk-vendors~c7cbfa4b.cdfe4d69.js
vendored
Normal file
5
dist/js/chunk-vendors~eb2fbf4c.11aa1638.js
vendored
Normal file
1
dist/js/chunk-vendors~f1d6293b.12e3b1ae.js
vendored
Normal file
1
dist/js/chunk-vendors~f7b4906f.b7dd6763.js
vendored
Normal file
17111
package-lock.json
generated
Executable file → Normal file
@@ -21,9 +21,11 @@
|
||||
"@vue/cli-plugin-router": "~5.0.0",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0",
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"sass-loader": "^13.2.0",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"vue2-svg-icon": "^1.3.2"
|
||||
"vue2-svg-icon": "^1.3.2",
|
||||
"webpack-bundle-analyzer": "^4.8.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
|
||||
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 22 KiB |
BIN
public/img/defaultAvatar.jpg
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/img/favicon.ico
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/img/unlock.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/img/user/avatarsetting.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/img/user/bindemail.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/img/user/bindingthird-party.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/img/user/bindmobile.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/img/user/changepassword.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/img/user/collect.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/img/user/information.png
Normal file
|
After Width: | Height: | Size: 1011 B |
BIN
public/img/user/mystatus.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |