Commit ef4f068cbc766cf9c7215fd2af941a8dfe1f2582

Authored by yvan.ni
1 parent 79cb96a0

js 路径的问题

packageB/components/catch/catch.js
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 const { 2 const {
3 barcode, 3 barcode,
4 qrcode 4 qrcode
5 -} = require('../../utils/index.js') 5 +} = require('../../../utils/index.js')
6 6
7 Component({ 7 Component({
8 data: { 8 data: {