Răsfoiți Sursa

refactor(components): 移除未使用的sticky组件类型声明

移除了WdSticky和WdStickyBox组件的类型声明,这些组件不再被使用

perf(config): 更新开发环境配置

将开发环境的API地址从本地IP切换到线上测试服务器地址
zhangtao 4 zile în urmă
părinte
comite
573ee73ec8
2 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 0 2
      src/components.d.ts
  2. 2 2
      src/config/index.ts

+ 0 - 2
src/components.d.ts

@@ -40,8 +40,6 @@ declare module 'vue' {
     WdStatusTip: typeof import('wot-design-uni/components/wd-status-tip/wd-status-tip.vue')['default']
     WdStep: typeof import('wot-design-uni/components/wd-step/wd-step.vue')['default']
     WdSteps: typeof import('wot-design-uni/components/wd-steps/wd-steps.vue')['default']
-    WdSticky: typeof import('wot-design-uni/components/wd-sticky/wd-sticky.vue')['default']
-    WdStickyBox: typeof import('wot-design-uni/components/wd-sticky-box/wd-sticky-box.vue')['default']
     WdSwiper: typeof import('wot-design-uni/components/wd-swiper/wd-swiper.vue')['default']
     WdTab: typeof import('wot-design-uni/components/wd-tab/wd-tab.vue')['default']
     WdTabbar: typeof import('wot-design-uni/components/wd-tabbar/wd-tabbar.vue')['default']

+ 2 - 2
src/config/index.ts

@@ -2,12 +2,12 @@ const mapEnvVersion = {
   /**
    * 开发版
    */
-  develop: 'http://192.168.1.166:8080', // 张
+  // develop: 'http://192.168.1.166:8080', // 张
   // develop: 'http://192.168.1.101:8080',
   // develop: 'http://192.168.0.157:8080',
   // develop: 'http://192.168.1.253:8080',
   // develop: 'http://192.168.1.89:8080', // 田
-  // develop: 'http://47.109.84.152:8081',
+  develop: 'http://47.109.84.152:8081',
   // develop: 'https://smqjh.api.zswlgz.com',
   /**
    * 体验版