Commit e965b3f0 by xiongyuwen

no message

parent 31465e4a
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
// 更加微信用户id获取对应得用户信息并返回 // 更加微信用户id获取对应得用户信息并返回
axios axios
//.get(`http://discuz.bailuntec.com/api/login?useid=${wxUserid}`) //.get(`http://discuz.bailuntec.com/api/login?useid=${wxUserid}`)
.get(`http://discuz.bailuntec.com/api/login?useid=tangyanfen`) .get(`http://discuz.bailuntec.com/api/login?useid=xiongyuwen`)
.then((res) => { .then((res) => {
if (res.data.data.relationships.users.data.id) { if (res.data.data.relationships.users.data.id) {
localStorage.setItem( localStorage.setItem(
......
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import axios from '@/plugins/axios.js'; import axios from '@/plugins/axios.js';
...@@ -592,14 +591,7 @@ export default { ...@@ -592,14 +591,7 @@ export default {
head() { head() {
return { return {
title: title:
((this.thread && this.thread.title) '知识库',
|| (this.thread
&& this.thread.firstPost
&& this.thread.firstPost.summaryText.slice(0, 15))
|| '主题详情页')
+ (this.forums && this.forums.set_site && this.forums.set_site.site_name
? ` - ${this.forums.set_site.site_name}`
: '\u200E'),
meta: [ meta: [
{ {
hid: 'keywords', hid: 'keywords',
......
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