Commit e965b3f0 by xiongyuwen

no message

parent 31465e4a
......@@ -194,7 +194,7 @@ export default {
// 更加微信用户id获取对应得用户信息并返回
axios
//.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) => {
if (res.data.data.relationships.users.data.id) {
localStorage.setItem(
......
......@@ -92,7 +92,6 @@
</div>
</div>
</div>
</div>
</template>
<script>
import axios from '@/plugins/axios.js';
......@@ -592,14 +591,7 @@ export default {
head() {
return {
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: [
{
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