|
@@ -1,7 +1,7 @@
|
|
|
-require('../images/toast-1.png').replace(/^undefined/g, '');
|
|
|
-require('../images/toast-2.png').replace(/^undefined/g, '');
|
|
|
-require('../images/toast-3.png').replace(/^undefined/g, '');
|
|
|
-require('../images/toast-4.png').replace(/^undefined/g, '');
|
|
|
+require('./../images/toast-1.png').replace(/^undefined/g, '');
|
|
|
+require('./../images/toast-2.png').replace(/^undefined/g, '');
|
|
|
+require('./../images/toast-3.png').replace(/^undefined/g, '');
|
|
|
+require('./../images/toast-4.png').replace(/^undefined/g, '');
|
|
|
const transConf = function (arr) {
|
|
|
window.arr = arr;
|
|
|
// var arr = [
|