Feat(云灵AI):界面细节调整
This commit is contained in:
@@ -177,6 +177,7 @@ export default {
|
||||
console.log(optisons)
|
||||
this.chatNumber = optisons.chatNumber
|
||||
this.pageTitle = optisons.title
|
||||
this.pageTitle = this.pageTitle.length > 8 ? (this.pageTitle.substring(0, 8) + '...') : this.pageTitle
|
||||
this.init()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user