chore: dev proxy config, sprite animator refactor, cleanups
- add vite dev proxy for `/ingress` to forward requests to backend https://onefeel.brother7.cn - update .env.development to use relative proxy paths instead of full backend URLs - move SpriteAnimator component to correct directory, update all imports and global type declarations in components.d.ts - remove unused CSS styles and fix styling for ChatTopNavBar component, including switching to van-icon and hardcoding temporary site name - uncomment and enable the ChatMainList component in home page - clean up unused code, fix formatting, and set default client ID in src/utils/request.ts - comment out redundant uni API calls in ChatMainList to simplify code - update WebSocket URL handling to support relative paths in ChatMainList
This commit is contained in:
4
components.d.ts
vendored
4
components.d.ts
vendored
@@ -39,7 +39,7 @@ declare module 'vue' {
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
ServiceTipsWord: typeof import('./src/components/ServiceTipsWord/index.vue')['default']
|
||||
SpriteAnimator: typeof import('./src/components/Sprite/SpriteAnimator.vue')['default']
|
||||
SpriteAnimator: typeof import('./src/components/SpriteAnimator/index.vue')['default']
|
||||
Stepper: typeof import('./src/components/Stepper/index.vue')['default']
|
||||
SumCard: typeof import('./src/components/SumCard/index.vue')['default']
|
||||
SurveyQuestionnaire: typeof import('./src/components/SurveyQuestionnaire/index.vue')['default']
|
||||
@@ -83,7 +83,7 @@ declare global {
|
||||
const RouterLink: typeof import('vue-router')['RouterLink']
|
||||
const RouterView: typeof import('vue-router')['RouterView']
|
||||
const ServiceTipsWord: typeof import('./src/components/ServiceTipsWord/index.vue')['default']
|
||||
const SpriteAnimator: typeof import('./src/components/Sprite/SpriteAnimator.vue')['default']
|
||||
const SpriteAnimator: typeof import('./src/components/SpriteAnimator/index.vue')['default']
|
||||
const Stepper: typeof import('./src/components/Stepper/index.vue')['default']
|
||||
const SumCard: typeof import('./src/components/SumCard/index.vue')['default']
|
||||
const SurveyQuestionnaire: typeof import('./src/components/SurveyQuestionnaire/index.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user