vue2-client 1.8.110 → 1.8.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.110",
3
+ "version": "1.8.111",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -113,10 +113,10 @@ export default {
113
113
  isFavorite: false,
114
114
  date: formatDate('now')
115
115
  })
116
- let url = '/ai/question'
117
- if (queryType !== 'all') {
118
- url = '/' + url + queryType + '/'
119
- }
116
+ const url = '/ai/question/'
117
+ // if (queryType !== 'all') {
118
+ // url = '/' + url + queryType + '/'
119
+ // }
120
120
  post(url, {
121
121
  messages: [{
122
122
  content: value,