@@ -265,7 +265,7 @@ export default {
query.exec((res) => {
const canvasWidth = res[0].width;
const canvasHeight = res[0].height;
- let imageResource = './../image/scratch_hide.png';
+ let imageResource = '/static/image/scratch_hide.png';
[self.lastX, self.lastY, self.minX, self.minY, self.maxX, self.maxY] = ['', '', '', '', '', ''];
[self.r, self.canvasWidth, self.canvasHeight] = [16, canvasWidth, canvasHeight]