Initial commit
父级
正在显示
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
babel.config.js
0 → 100644
components.d.ts
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "tokcos-socket-web-ts", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"build": "vue-cli-service build", | |||
"lint": "vue-cli-service lint" | |||
}, | |||
"dependencies": { | |||
"@element-plus/icons-vue": "^2.3.1", | |||
"@luohc92/vue3-image-viewer": "^1.0.0", | |||
"axios": "^1.6.7", | |||
"core-js": "^3.8.3", | |||
"cos-js-sdk-v5": "^1.7.0", | |||
"cos-wx-sdk-v5": "^1.6.0", | |||
"element-plus": "^2.6.1", | |||
"emoji.json": "^15.1.0", | |||
"mockjs": "^1.1.0", | |||
"moment": "^2.30.1", | |||
"pinia": "^2.1.7", | |||
"pinia-plugin-persistedstate": "^3.2.1", | |||
"socket.io-client": "^4.7.4", | |||
"unplugin-auto-import": "0.16.1", | |||
"unplugin-vue-components": "^0.25.2", | |||
"vue": "^3.2.13", | |||
"vue-native-websocket": "^2.0.15", | |||
"vue-router": "^4.0.3", | |||
"vue3-uuid": "^1.0.0", | |||
"vuex": "^4.0.0" | |||
}, | |||
"devDependencies": { | |||
"@typescript-eslint/eslint-plugin": "^5.4.0", | |||
"@typescript-eslint/parser": "^5.4.0", | |||
"@vue/cli-plugin-babel": "~5.0.0", | |||
"@vue/cli-plugin-eslint": "~5.0.0", | |||
"@vue/cli-plugin-router": "~5.0.0", | |||
"@vue/cli-plugin-typescript": "~5.0.0", | |||
"@vue/cli-plugin-vuex": "~5.0.0", | |||
"@vue/cli-service": "~5.0.0", | |||
"@vue/eslint-config-typescript": "^9.1.0", | |||
"eslint": "^7.32.0", | |||
"eslint-plugin-vue": "^8.0.3", | |||
"sass": "^1.32.7", | |||
"sass-loader": "^12.0.0", | |||
"typescript": "~4.5.5" | |||
} | |||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/Slice@2x.png
0 → 100644
545 Bytes
src/assets/add-line.png
0 → 100644
314 Bytes
src/assets/add-square-duotone@2x.png
0 → 100644
594 Bytes
src/assets/css/reset.css
0 → 100644
src/assets/emojiSmiles-v1-light.png
0 → 100644
2.2 KB
src/assets/font/demo.css
0 → 100644
src/assets/font/iconfont.css
0 → 100644
src/assets/font/iconfont.js
0 → 100644
src/assets/font/iconfont.json
0 → 100644
src/assets/font/iconfont.ttf
0 → 100644
File added
src/assets/font/iconfont.woff
0 → 100644
File added
src/assets/font/iconfont.woff2
0 → 100644
File added
src/assets/icon_folder_s1_01.png
0 → 100644
1.2 KB
src/assets/icon_image_s1_01.png
0 → 100644
1.5 KB
src/assets/login.jpg
0 → 100644
311.8 KB
src/assets/logo.png
0 → 100644
6.7 KB
src/assets/shop.jpg
0 → 100644
33.7 KB
src/axios/index.ts
0 → 100644
src/axios/model/user.ts
0 → 100644
src/components/AutomaticPrompt.vue
0 → 100644
src/components/EmotionComponent.vue
0 → 100644
src/components/IndexComponent.vue
0 → 100644
src/main.ts
0 → 100644
src/minxins/UploadMixin.ts
0 → 100644
src/minxins/UploadMixin1.js
0 → 100644
src/minxins/minxin.js
0 → 100644
src/mocks/mock.js
0 → 100644
src/permission.ts
0 → 100644
src/router/index.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/modules/user.ts
0 → 100644
src/type/Login.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/websocket.ts
0 → 100644
src/views/HomeView copy.vue
0 → 100644
src/views/HomeView.vue
0 → 100644
src/views/loginView.vue
0 → 100644
tsconfig.json
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.