@yqg/permission 1.0.11-alpha.6 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{apply-modal-Bgd3UWf-.js → apply-modal-B0ExrKDr.js} +3 -4
- package/dist/{checkbox-item-DiIgFuBE.js → checkbox-item-qITUYLNL.js} +3 -3
- package/dist/{index-CUS1Jydp.js → index-Cxl91l66.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +51 -51
- package/dist/{yqg-permission-ChMRXqi6.js → yqg-permission-C56V8dMh.js} +227 -223
- package/package.json +1 -1
- package/src/assets/applyicon.png +0 -0
- package/src/components/apply-modal.vue +0 -1
- package/src/components/yqg-permission.vue +2 -2
package/package.json
CHANGED
|
Binary file
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}"
|
|
20
20
|
>
|
|
21
21
|
<template #icon>
|
|
22
|
-
<img :src="applyIconUrl" />
|
|
22
|
+
<img :src="applyIconUrl" height="20" width="20"/>
|
|
23
23
|
</template>
|
|
24
24
|
</FloatButton>
|
|
25
25
|
</template>
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
import { ref, defineAsyncComponent, computed, watchEffect, watch } from 'vue';
|
|
99
99
|
import { Button, ConfigProvider, Popover , message, FloatButton} from 'ant-design-vue';
|
|
100
100
|
import applyUrl from '@/assets/applying.png';
|
|
101
|
-
import applyIconUrl from '@/assets/
|
|
101
|
+
import applyIconUrl from '@/assets/applyicon.png';
|
|
102
102
|
import noauthority from '@/assets/noauthority.png';
|
|
103
103
|
import Http from '../axios/index';
|
|
104
104
|
import t from '../utils';
|