zhengyiming
2025-11-07 7d9cb4fd179dba0363f2bec08634b59cf16cb7d6
fix: s
已修改10个文件
已删除6个文件
821 ■■■■■ 文件已修改
apps/underTakeMiniApp/config/index.js 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/project.config.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/project.private.config.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/HomeQueryMenuView.vue 114 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/HomeQueryPositionMenuView.vue 51 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/constants/index.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/index.config.ts 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/index.scss 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/home/index.vue 264 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/mine/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/pages/workbenches/InnerPage.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/src/subpackages/task/components/TaskCheckCard.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages/utils/message.tsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packages/utils/package.json 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pnpm-lock.yaml 290 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
apps/underTakeMiniApp/config/index.js
@@ -136,22 +136,24 @@
        })
      );
      chain.merge({
        plugin: {
          install: {
            plugin: require('terser-webpack-plugin'),
            args: [
              {
                terserOptions: {
                  compress: true, // é»˜è®¤ä½¿ç”¨terser压缩
                  keep_classnames: true, // ä¸æ”¹å˜class名称
                  keep_fnames: true, // ä¸æ”¹å˜å‡½æ•°åç§°
      if (process.env.NODE_ENV !== 'development') {
        chain.merge({
          plugin: {
            install: {
              plugin: require('terser-webpack-plugin'),
              args: [
                {
                  terserOptions: {
                    compress: true, // é»˜è®¤ä½¿ç”¨terser压缩
                    keep_classnames: true, // ä¸æ”¹å˜class名称
                    keep_fnames: true, // ä¸æ”¹å˜å‡½æ•°åç§°
                  },
                },
              },
            ],
              ],
            },
          },
        },
      });
        });
      }
      chain.merge({
        optimization: {
apps/underTakeMiniApp/package.json
@@ -78,7 +78,6 @@
    "lodash": "^4.17.21",
    "pinia": "^2.1.6",
    "qs": "^6.11.1",
    "senin-mini": "^1.0.12",
    "senior-request": "^1.0.10",
    "taro-plugin-pinia": "^1.0.0",
    "vconsole": "^3.15.1",
@@ -111,6 +110,7 @@
    "postcss-loader": "^7.3.3",
    "postcss-scss": "^4.0.6",
    "prettier": "^2.7.1",
    "senin-mini": "^1.0.12",
    "stylelint": "^14.15.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-prettier": "^9.0.4",
apps/underTakeMiniApp/project.config.json
@@ -3,8 +3,8 @@
    "description": "",
    "setting": {
        "urlCheck": false,
        "es6": true,
        "enhance": true,
        "es6": false,
        "enhance": false,
        "postcss": false,
        "preloadBackgroundData": false,
        "minified": false,
apps/underTakeMiniApp/project.private.config.json
@@ -67,5 +67,5 @@
            ]
        }
    },
    "libVersion": "3.9.3"
    "libVersion": "3.8.12"
}
apps/underTakeMiniApp/src/pages/home/HomeQueryMenuView.vue
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/home/HomeQueryPositionMenuView.vue
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/home/constants/index.ts
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/home/index.config.ts
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/home/index.scss
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/home/index.vue
ÎļþÒÑɾ³ý
apps/underTakeMiniApp/src/pages/mine/index.vue
@@ -89,7 +89,7 @@
        >
      </template>
    </ContentView>
    <!-- <CustomerServiceButton /> -->
    <CustomerServiceButton />
  </PageLayoutWithBg>
</template>
@@ -110,7 +110,7 @@
import { Message } from '@12333/utils';
import { useUserStore } from '@/stores/modules/user';
import { useQueryClient } from '@tanstack/vue-query';
import { TaskDetailWelfareItem, Cell } from '@12333/components';
import { TaskDetailWelfareItem, Cell, CustomerServiceButton } from '@12333/components';
import { EnumUserGender } from '@12333/constants';
const userStore = useUserStore();
apps/underTakeMiniApp/src/pages/workbenches/InnerPage.vue
@@ -1,20 +1,6 @@
<template>
  <ContentView>
    <!-- <div class="workbenches-banner-wrapper">
      <nut-swiper :auto-play="3000">
        <nut-swiper-item v-for="(item, index) in list" :key="index">
          <img :src="item" class="banner-img" draggable="false" />
        </nut-swiper-item>
      </nut-swiper>
    </div> -->
    <Cell :show-title="false" class="workbenches-cell">
      <!-- <CellChunk title="任务">
        <div class="workbenches-cell-list">
          <TaskDetailWelfareItem :icon="IconPublishTask" text="发布任务" @click="goPublishTask" />
          <TaskDetailWelfareItem :icon="IconPersonManage" text="用人管理" @click="goPersonManage" />
        </div>
      </CellChunk> -->
      <CellChunk title="用人">
        <div class="workbenches-cell-list">
          <TaskDetailWelfareItem
apps/underTakeMiniApp/src/subpackages/task/components/TaskCheckCard.vue
@@ -109,23 +109,23 @@
const menuList = computed(() => {
  let _menuList = [];
  if (props.checkReceiveMethod === EnumTaskCheckReceiveMethod.CheckIn) {
  // if (props.checkReceiveMethod === EnumTaskCheckReceiveMethod.CheckIn) {
  _menuList.push({
    name: '未到岗',
    value: ManageActions.OutWork,
  });
  if (!props.checkInTime) {
    _menuList.push({
      name: '未到岗',
      value: ManageActions.OutWork,
      name: '签到',
      value: ManageActions.CheckIn,
    });
    if (!props.checkInTime) {
      _menuList.push({
        name: '签到',
        value: ManageActions.CheckIn,
      });
    } else if (!props.checkOutTime) {
      _menuList.push({
        name: '签出',
        value: ManageActions.CheckOut,
      });
    }
  } else if (!props.checkOutTime) {
    _menuList.push({
      name: '签出',
      value: ManageActions.CheckOut,
    });
  }
  // }
  return _menuList;
});
packages/utils/message.tsx
@@ -40,7 +40,6 @@
    } = options;
    return new Promise((resolve, reject) => {
      Portal.add((key) => {
        console.log('key: ', key);
        return (
          //@ts-ignore
          <Portal.Container keyNumber={key} delayOpen>
packages/utils/package.json
@@ -7,5 +7,8 @@
    "@12333/constants": "workspace:^",
    "@12333/services": "workspace:^",
    "senior-request": "^1.0.10"
  },
  "devDependencies": {
    "senin-mini": "1.0.12"
  }
}
pnpm-lock.yaml
@@ -766,6 +766,268 @@
      qs:
        specifier: ^6.11.1
        version: 6.13.0
      senior-request:
        specifier: ^1.0.10
        version: 1.0.10(axios@1.4.0)
      taro-plugin-pinia:
        specifier: ^1.0.0
        version: 1.0.0
      vconsole:
        specifier: ^3.15.1
        version: 3.15.1
      vue:
        specifier: 3.5.12
        version: 3.5.12(typescript@5.2.2)
      vue-component-type-helpers:
        specifier: ^2.1.10
        version: 2.1.10
    devDependencies:
      '@babel/core':
        specifier: ^7.8.0
        version: 7.25.2
      '@nutui/auto-import-resolver':
        specifier: ^1.0.0
        version: 1.0.0
      '@tarojs/cli':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-mini-ci':
        specifier: ^4.0.7
        version: 4.0.7(miniprogram-ci@1.9.16)
      '@tarojs/plugin-mock':
        specifier: ^0.0.9
        version: 0.0.9
      '@tarojs/plugin-vue-devtools':
        specifier: ^3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/service':
        specifier: ^3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/webpack5-runner':
        specifier: 3.6.20
        version: 3.6.20(@babel/core@7.25.2)(@swc/core@1.3.96)(@vue/compiler-sfc@3.5.12)(cache-loader@4.1.0)(postcss@8.4.47)(prettier@2.7.1)(typescript@5.2.2)(vue@3.5.12)(webpack@5.78.0)
      '@types/crypto-js':
        specifier: ^4.1.1
        version: 4.1.1
      '@types/lodash':
        specifier: ^4.14.198
        version: 4.17.7
      '@types/webpack-env':
        specifier: ^1.13.6
        version: 1.13.6
      '@vue/babel-plugin-jsx':
        specifier: ^1.0.6
        version: 1.0.6(@babel/core@7.25.2)
      '@vue/compiler-sfc':
        specifier: ^3.5.12
        version: 3.5.12
      babel-plugin-import:
        specifier: ^1.13.8
        version: 1.13.8
      babel-plugin-lodash:
        specifier: ^3.3.4
        version: 3.3.4
      babel-plugin-transform-remove-console:
        specifier: ^6.9.4
        version: 6.9.4
      babel-preset-taro:
        specifier: 3.6.20
        version: 3.6.20(@babel/core@7.25.2)
      cache-loader:
        specifier: ^4.1.0
        version: 4.1.0(webpack@5.78.0)
      cross-env:
        specifier: ^7.0.3
        version: 7.0.3
      mockjs:
        specifier: ^1.1.0
        version: 1.1.0
      postcss:
        specifier: ^8.4.19
        version: 8.4.47
      postcss-html:
        specifier: ^1.5.0
        version: 1.5.0
      postcss-loader:
        specifier: ^7.3.3
        version: 7.3.3(postcss@8.4.47)(typescript@5.2.2)(webpack@5.78.0)
      postcss-scss:
        specifier: ^4.0.6
        version: 4.0.6(postcss@8.4.47)
      prettier:
        specifier: ^2.7.1
        version: 2.7.1
      senin-mini:
        specifier: ^1.0.12
        version: 1.0.12(@nutui/icons-vue-taro@0.0.9)(@nutui/nutui-taro@4.3.13)(@tanstack/vue-query@4.35.3)(@tarojs/components@3.6.20)(@tarojs/taro@3.6.20)(axios@1.4.0)(dayjs@1.11.13)(lodash@4.17.21)(vue@3.5.12)
      stylelint:
        specifier: ^14.15.0
        version: 14.15.0
      stylelint-config-html:
        specifier: ^1.1.0
        version: 1.1.0(postcss-html@1.5.0)(stylelint@14.15.0)
      stylelint-config-prettier:
        specifier: ^9.0.4
        version: 9.0.4(stylelint@14.15.0)
      stylelint-config-recess-order:
        specifier: ^3.0.0
        version: 3.0.0(stylelint@14.15.0)
      stylelint-config-recommended:
        specifier: ^9.0.0
        version: 9.0.0(stylelint@14.15.0)
      stylelint-config-standard:
        specifier: ^29.0.0
        version: 29.0.0(stylelint@14.15.0)
      stylelint-config-standard-scss:
        specifier: ^6.1.0
        version: 6.1.0(postcss@8.4.47)(stylelint@14.15.0)
      stylelint-order:
        specifier: ^5.0.0
        version: 5.0.0(stylelint@14.15.0)
      stylelint-scss:
        specifier: ^4.3.0
        version: 4.3.0(stylelint@14.15.0)
      taro-plugin-compiler-optimization:
        specifier: ^1.0.4
        version: 1.0.4
      thread-loader:
        specifier: ^4.0.2
        version: 4.0.2(webpack@5.78.0)
      unplugin-auto-import:
        specifier: ^0.16.6
        version: 0.16.6
      unplugin-vue-components:
        specifier: ^0.27.4
        version: 0.27.4(vue@3.5.12)
      vue-eslint-parser:
        specifier: ^9.3.1
        version: 9.3.1(eslint@8.41.0)
      vue-loader:
        specifier: ^17.0.0
        version: 17.0.0(webpack@5.78.0)
      webpack:
        specifier: ^5.78.0
        version: 5.78.0(@swc/core@1.3.96)
      webpack-bundle-analyzer:
        specifier: ^4.7.0
        version: 4.7.0
  apps/underTakeMiniApp2:
    dependencies:
      '@12333/components':
        specifier: workspace:^
        version: link:../../packages/components
      '@12333/constants':
        specifier: workspace:*
        version: link:../../packages/constants
      '@12333/hooks':
        specifier: workspace:^
        version: link:../../packages/hooks
      '@12333/services':
        specifier: workspace:^
        version: link:../../packages/services
      '@12333/utils':
        specifier: workspace:^
        version: link:../../packages/utils
      '@babel/runtime':
        specifier: ^7.7.7
        version: 7.25.6
      '@bole-12333/chat-kit':
        specifier: ^1.0.1
        version: 1.0.1(@tencentcloud/chat-uikit-engine@2.5.7)(lodash@4.17.21)(vue@3.5.12)
      '@bole-core/request':
        specifier: ^0.0.1
        version: 0.0.1(axios@1.4.0)
      '@nutui/icons-vue-taro':
        specifier: ^0.0.9
        version: 0.0.9
      '@nutui/nutui-taro':
        specifier: 4.3.13
        version: 4.3.13(patch_hash=bed3oxqszgaxivruhi4wkqxbjy)(unplugin-vue-components@0.27.4)(vue@3.5.12)
      '@tanstack/vue-query':
        specifier: ^4.35.3
        version: 4.35.3(@vue/composition-api@1.7.2)(vue@3.5.12)
      '@tarojs/components':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/helper':
        specifier: 3.6.20
        version: 3.6.20
      '@tarojs/plugin-framework-vue3':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-html':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-http':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-alipay':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-jd':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-qq':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-swan':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-tt':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/plugin-platform-weapp':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/router':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/runtime':
        specifier: 3.6.20
        version: 3.6.20
      '@tarojs/shared':
        specifier: 3.6.20
        version: 3.6.20
      '@tarojs/taro':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tarojs/taro-h5':
        specifier: 3.6.20
        version: 3.6.20(postcss@8.4.47)(vue@3.5.12)
      '@tencentcloud/chat-uikit-engine':
        specifier: ^2.0.3
        version: 2.5.7
      '@tencentcloud/chat-uikit-uniapp':
        specifier: ^2.0.3
        version: 2.0.3(@vue/runtime-dom@3.5.12)(vue@3.5.12)(webpack@5.78.0)
      '@tencentcloud/tui-customer-service-plugin':
        specifier: ^2.0.3
        version: 2.2.6(@tencentcloud/tui-core@2.5.1)(@vue/composition-api@1.7.2)(vue@3.5.12)
      '@vant/weapp':
        specifier: ^1.11.1
        version: 1.11.1
      axios:
        specifier: ^1.4.0
        version: 1.4.0
      crypto-js:
        specifier: ^4.1.1
        version: 4.1.1
      dayjs:
        specifier: ^1.11.6
        version: 1.11.13
      js-base64:
        specifier: ^3.7.5
        version: 3.7.5
      lodash:
        specifier: ^4.17.21
        version: 4.17.21
      pinia:
        specifier: ^2.1.6
        version: 2.1.6(@vue/composition-api@1.7.2)(typescript@5.2.2)(vue@3.5.12)
      qs:
        specifier: ^6.11.1
        version: 6.13.0
      senin-mini:
        specifier: ^1.0.12
        version: 1.0.12(@nutui/icons-vue-taro@0.0.9)(@nutui/nutui-taro@4.3.13)(@tanstack/vue-query@4.35.3)(@tarojs/components@3.6.20)(@tarojs/taro@3.6.20)(axios@1.4.0)(dayjs@1.11.13)(lodash@4.17.21)(vue@3.5.12)
@@ -931,6 +1193,10 @@
      senior-request:
        specifier: ^1.0.10
        version: 1.0.10(axios@1.4.0)
    devDependencies:
      senin-mini:
        specifier: 1.0.12
        version: 1.0.12(@nutui/icons-vue-taro@0.0.9)(@nutui/nutui-taro@4.3.13)(@tanstack/vue-query@4.35.3)(@tarojs/components@3.6.20)(@tarojs/taro@3.6.20)(axios@1.4.0)(dayjs@1.11.13)(lodash@4.17.21)(vue@3.5.12)
packages:
@@ -5026,6 +5292,18 @@
      vue: 3.5.12(typescript@5.2.2)
    dev: false
  /@bole-12333/chat-kit@1.0.1(@tencentcloud/chat-uikit-engine@2.5.7)(lodash@4.17.21)(vue@3.5.12):
    resolution: {integrity: sha512-yeSh4XLagaM+uNZRdcG49mhDJO3UbYEpIYZS4Lk303ROnTwxuZyuh5jkoflnCFwWN3Ib3AolfQy999oOqF012A==}
    peerDependencies:
      '@tencentcloud/chat-uikit-engine': '*'
      lodash: '*'
      vue: 3.5.12
    dependencies:
      '@tencentcloud/chat-uikit-engine': 2.5.7
      lodash: 4.17.21
      vue: 3.5.12(typescript@5.2.2)
    dev: false
  /@bole-core/request@0.0.1(axios@1.4.0):
    resolution: {integrity: sha512-NHUZBAxWehzUfV9vm2MsafsEy+d+p9C8r/PfB8QFbiXe06iQ7gzug/XegAv0tzd/6qQknUIELhOKRNH5f6dpag==}
    peerDependencies:
@@ -6654,7 +6932,6 @@
  /@nutui/icons-vue-taro@0.0.9:
    resolution: {integrity: sha512-10VYAtFC+o1X0anGs+y2PgF1NWMeLFz2JVMRw4BWLg6wbtVbYy9wukLxyGhZC6Yf6t39DcwaGVda8paV7K6/Ew==}
    dev: false
  /@nutui/nutui-taro@4.3.13(patch_hash=bed3oxqszgaxivruhi4wkqxbjy)(unplugin-vue-components@0.27.4)(vue@3.5.12):
    resolution: {integrity: sha512-+n8vVZAu92MUX6VEf6gO73Iz3JThjksdb6aSarvciCSydlWWdlQqZwYIGMTG4zOwDfCoQ3HfLa36zVaIJLSn3g==}
@@ -6669,7 +6946,6 @@
      sass: 1.79.1
      unplugin-vue-components: 0.27.4(vue@3.5.12)
      vue: 3.5.12(typescript@5.2.2)
    dev: false
    patched: true
  /@octokit/auth-token@4.0.0:
@@ -7027,11 +7303,9 @@
    engines: {node: '>=12'}
    dependencies:
      remove-accents: 0.5.0
    dev: false
  /@tanstack/query-core@4.35.3:
    resolution: {integrity: sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==}
    dev: false
  /@tanstack/vue-query@4.35.3(@vue/composition-api@1.7.2)(vue@3.5.12):
    resolution: {integrity: sha512-0uRKL0+m/Wm/rxPxeaf4afi6raJZdTw7LPi32KRnRmXPFT2jWpfwrqO2PW9FYMuAtd0PCsSek0qg/YUgtsKbiQ==}
@@ -7048,7 +7322,6 @@
      '@vue/devtools-api': 6.6.4
      vue: 3.5.12(typescript@5.2.2)
      vue-demi: 0.13.11(@vue/composition-api@1.7.2)(vue@3.5.12)
    dev: false
  /@tarojs/api@3.6.20:
    resolution: {integrity: sha512-LJLYthePWUsq+Xy7IqUKv29BI1is1K861oagGVoQW6xYyLnvQx4zwU4FwlttvkA0iOtSGKf9q/KdTmheeeVrJQ==}
@@ -9225,11 +9498,9 @@
      vue: 3.5.12
    dependencies:
      vue: 3.5.12(typescript@5.2.2)
    dev: false
  /@vue/devtools-api@6.6.4:
    resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
    dev: false
  /@vue/devtools@6.0.0-beta.15:
    resolution: {integrity: sha512-zTo89V+ztGiEpjsRkJYOS0K/6mIqrb+Ia6HT+CXczrGRC297d7SqP5GBXn2HSbaJiSWNdoTLbQ2tm7uj+IBoqQ==}
@@ -9848,7 +10119,6 @@
      proxy-from-env: 1.1.0
    transitivePeerDependencies:
      - debug
    dev: false
  /babel-code-frame@6.26.0:
    resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==}
@@ -12407,7 +12677,6 @@
  /dayjs@1.11.13:
    resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
    dev: false
  /dayjs@1.11.6:
    resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==}
@@ -19206,7 +19475,6 @@
  /remove-accents@0.5.0:
    resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==}
    dev: false
  /remove-trailing-separator@1.1.0:
    resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
@@ -19715,7 +19983,6 @@
      dayjs: 1.11.13
      lodash: 4.17.21
      vue: 3.5.12(typescript@5.2.2)
    dev: false
  /senin-mini@1.0.12(@nutui/icons-vue-taro@0.0.9)(@nutui/nutui-taro@4.3.13)(@tanstack/vue-query@4.35.3)(@tarojs/components@3.6.20)(@tarojs/taro@3.6.20)(axios@1.4.0)(dayjs@1.11.6)(lodash@4.17.21)(vue@3.5.12):
    resolution: {integrity: sha512-rTRaoP+SCF75NRLuGZkBGIIQOrA38ONbMygvulgJJI+YhhW8zaNqucGO9gPHWcRkCVrhYoug4XzQlFZ7hSQdjw==}
@@ -21596,7 +21863,6 @@
    dependencies:
      '@vue/composition-api': 1.7.2(vue@3.5.12)
      vue: 3.5.12(typescript@5.2.2)
    dev: false
  /vue-demi@0.14.10(@vue/composition-api@1.7.2)(vue@3.5.12):
    resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}