提示文字
This commit is contained in:
@@ -44,7 +44,6 @@
|
|||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"dayjs": "^1.9.5",
|
"dayjs": "^1.9.5",
|
||||||
"dvcp-wui": "^1.0.1",
|
"dvcp-wui": "^1.0.1",
|
||||||
"echarts": "^5.5.0",
|
|
||||||
"flyio": "^0.6.2",
|
"flyio": "^0.6.2",
|
||||||
"query-string": "^7.1.1",
|
"query-string": "^7.1.1",
|
||||||
"regenerator-runtime": "^0.12.1",
|
"regenerator-runtime": "^0.12.1",
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sendMsg() {
|
sendMsg() {
|
||||||
if(!this.token) {
|
if(!this.token) {
|
||||||
return this.$u.toast("请在'个人中心'登录")
|
return this.$u.toast("请先进行登录")
|
||||||
}
|
}
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post("/app/appaicopilotinfo/add", {content: this.content, appType: 0, areaId: this.areaId}).then(res => {
|
this.$instance.post("/app/appaicopilotinfo/add", {content: this.content, appType: 0, areaId: this.areaId}).then(res => {
|
||||||
@@ -206,7 +206,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sendVoice() {
|
sendVoice() {
|
||||||
if(!this.token) {
|
if(!this.token) {
|
||||||
return this.$u.toast("请在'个人中心'登录")
|
return this.$u.toast("请先进行登录")
|
||||||
}
|
}
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post("/app/appaicopilotinfo/add", {sdkFileUrl: this.voiceUrl, fileId: this.voiceId, appType: 0}).then(res => {
|
this.$instance.post("/app/appaicopilotinfo/add", {sdkFileUrl: this.voiceUrl, fileId: this.voiceId, appType: 0}).then(res => {
|
||||||
@@ -230,7 +230,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getHistoryList() {
|
getHistoryList() {
|
||||||
if(!this.token) {
|
if(!this.token) {
|
||||||
return this.$u.toast("请在'个人中心'登录")
|
return this.$u.toast("请先进行登录")
|
||||||
}
|
}
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post(`/app/appaicopilotinfo/list?current=${this.current}&size=10`).then(res => {
|
this.$instance.post(`/app/appaicopilotinfo/list?current=${this.current}&size=10`).then(res => {
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export default {
|
|||||||
...mapActions(['autoLogin']),
|
...mapActions(['autoLogin']),
|
||||||
getHistoryList() {
|
getHistoryList() {
|
||||||
if(!this.token) {
|
if(!this.token) {
|
||||||
return this.$u.toast("请在'个人中心'登录")
|
return this.$u.toast("请先进行登录")
|
||||||
}
|
}
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post(`/app/appaicopilotinfo/list?current=${this.current}&size=10&content=${this.searchVal}`).then(res => {
|
this.$instance.post(`/app/appaicopilotinfo/list?current=${this.current}&size=10&content=${this.searchVal}`).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user