Skip to content

Commit c796d84

Browse files
committed
添加image代理
1 parent 9832d14 commit c796d84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: karma.unit.js

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ module.exports = function (config) {
6969
'target': 'https://localhost:18080/sass',
7070
'changeOrigin': true
7171
},
72+
'/image': {
73+
'target': 'https://localhost:18080/image',
74+
'changeOrigin': true
75+
},
7276
'/lib': '/base/lib',
7377
'/plugin': '/base/plugin'
7478
},

0 commit comments

Comments
 (0)