Commit ef4f068cbc766cf9c7215fd2af941a8dfe1f2582

Authored by yvan.ni
1 parent 79cb96a0

js 路径的问题

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