- Implemented a customer service chat interface in the application. - Added socket.io-client for real-time communication. - Updated language files to include customer service related translations. - Modified navigation to direct users to the customer service page. - Enhanced UI elements for better user experience in chat interactions.
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"dependencies": {
|
|
"socket.io-client": "^2.5.0",
|
|
"uview-ui": "^2.0.36"
|
|
},
|
|
"devDependencies": {
|
|
"dayjs": "^1.11.7",
|
|
"html2canvas": "^1.4.1",
|
|
"js-md5": "^0.7.3",
|
|
"qr-image": "^3.2.0",
|
|
"uni-read-pages": "^1.0.5",
|
|
"uni-simple-router": "^2.0.8-beta.4",
|
|
"vuex": "^4.1.0"
|
|
}
|
|
}
|