Ver código fonte

```
feat(components): 添加 WdSegmented 组件类型声明

新增 WdSegmented 组件到组件类型定义文件中,使 TypeScript
能够正确识别该组件类型。

config: 更新开发环境配置

将开发环境地址从注释状态启用,并将原来的线上地址改为注释状态,
以便于开发调试使用正确的测试服务器地址。
```

zouzexu 5 dias atrás
pai
commit
f67787eadc
2 arquivos alterados com 3 adições e 2 exclusões
  1. 1 0
      src/components.d.ts
  2. 2 2
      src/config/index.ts

+ 1 - 0
src/components.d.ts

@@ -42,6 +42,7 @@ declare module 'vue' {
     WdRadioGroup: typeof import('wot-design-uni/components/wd-radio-group/wd-radio-group.vue')['default']
     WdRate: typeof import('wot-design-uni/components/wd-rate/wd-rate.vue')['default']
     WdSearch: typeof import('wot-design-uni/components/wd-search/wd-search.vue')['default']
+    WdSegmented: typeof import('wot-design-uni/components/wd-segmented/wd-segmented.vue')['default']
     WdSkeleton: typeof import('wot-design-uni/components/wd-skeleton/wd-skeleton.vue')['default']
     WdSortButton: typeof import('wot-design-uni/components/wd-sort-button/wd-sort-button.vue')['default']
     WdStatusTip: typeof import('wot-design-uni/components/wd-status-tip/wd-status-tip.vue')['default']

+ 2 - 2
src/config/index.ts

@@ -11,9 +11,9 @@ const mapEnvVersion = {
   // develop: 'http://192.168.0.11:8080', // 王
   // develop: 'http://192.168.1.21:8080', // 田
   // develop: 'http://74949mkfh190.vicp.fun', // 付
-  // develop: 'http://47.109.84.152:8081',
+  develop: 'http://47.109.84.152:8081',
   // develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
-  develop: 'https://smqjh.api.zswlgz.com',
+  // develop: 'https://smqjh.api.zswlgz.com',
   /**
    * 体验版
    */