feat: 新增 websocket(stomp)、统一网络/代理配置
正在显示
... | @@ -78,13 +78,14 @@ | ... | @@ -78,13 +78,14 @@ |
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3060820221027004", | "@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3060820221027004", | ||
"@dcloudio/uni-ui": "^1.4.23", | "@dcloudio/uni-ui": "^1.4.23", | ||
"@vue/runtime-core": "3.2.41", | "@vue/runtime-core": "3.2.41", | ||
"@vueuse/core": "^8.9.4", | "@vueuse/core": "^9.5.0", | ||
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"dayjs": "^1.11.6", | "dayjs": "^1.11.6", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
"mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
"pinia": "^2.0.23", | "pinia": "^2.0.23", | ||
"qs": "~6.9.7", | "qs": "~6.9.7", | ||
"stompjs": "^2.3.3", | |||
"vue": "3.2.41", | "vue": "3.2.41", | ||
"vue-i18n": "^9.2.2", | "vue-i18n": "^9.2.2", | ||
"vue-types": "^4.2.1" | "vue-types": "^4.2.1" | ||
... | @@ -101,6 +102,7 @@ | ... | @@ -101,6 +102,7 @@ |
"@types/mockjs": "^1.0.7", | "@types/mockjs": "^1.0.7", | ||
"@types/prettier": "^2.7.1", | "@types/prettier": "^2.7.1", | ||
"@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
"@types/stompjs": "^2.3.5", | |||
"@typescript-eslint/eslint-plugin": "^5.42.1", | "@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | "@typescript-eslint/parser": "^5.42.1", | ||
"commitizen": "^4.2.5", | "commitizen": "^4.2.5", | ||
... | @@ -120,7 +122,7 @@ | ... | @@ -120,7 +122,7 @@ |
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | "picocolors": "^1.0.0", | ||
"pont-engine": "^1.5.2", | "pont-engine": "^1.5.2", | ||
"postcss": "^8.4.18", | "postcss": "^8.4.19", | ||
"postcss-html": "^1.5.0", | "postcss-html": "^1.5.0", | ||
"postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
"prettier": "^2.7.1", | "prettier": "^2.7.1", | ||
... | ... |
差异被折叠。
点击展开。
src/utils/net.ts
0 → 100644
src/utils/proxy.ts
0 → 100644
src/utils/stomp/index.ts
0 → 100644
src/utils/stomp/uni-stomp.js
0 → 100644
差异被折叠。
点击展开。
src/utils/stomp/uni-websocket.ts
0 → 100644
请
注册
或者
登录
后发表评论