ci-plus 1.3.4 → 1.3.5
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/package.json
CHANGED
|
@@ -1372,7 +1372,9 @@ import { ref, onMounted, nextTick, watch, computed } from 'vue'
|
|
|
1372
1372
|
import barCode from './barCode.vue'
|
|
1373
1373
|
import CiQrcode from './qrcode'
|
|
1374
1374
|
// 导入 public/C&U.png 图片
|
|
1375
|
-
import C_U from '@/assets/C&U.png'
|
|
1375
|
+
// import C_U from '@/assets/C&U.png'
|
|
1376
|
+
const baseUrls = import.meta.env.VITE_BASE_URL
|
|
1377
|
+
const C_U = baseUrls + '/public/C&U.png'
|
|
1376
1378
|
|
|
1377
1379
|
const props = defineProps({
|
|
1378
1380
|
value: {
|