diff --git a/App.vue b/App.vue index 1cfab77..72b2326 100644 --- a/App.vue +++ b/App.vue @@ -1,17 +1,17 @@ diff --git a/pages.json b/pages.json index 4a26f68..e8f5d5f 100644 --- a/pages.json +++ b/pages.json @@ -1,24 +1,24 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "图片裁剪组件样例", - "enablePullDownRefresh": false - } - } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "图片裁剪组件样例", - "navigationBarBackgroundColor": "#FFFFFF", - "backgroundColor": "#FFFFFF", - "h5": { - "titleNView": false, - "maxWidth": 1190, - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - "uniIdRouter": {} + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "图片裁剪组件样例", + "enablePullDownRefresh": false + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "图片裁剪组件样例", + "navigationBarBackgroundColor": "#FFFFFF", + "backgroundColor": "#FFFFFF", + "h5": { + "titleNView": false, + "maxWidth": 1190, + "navigationBarTextStyle": "black", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, + "uniIdRouter": {} } diff --git a/pages/index/index.vue b/pages/index/index.vue index 5784a44..23642ad 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,31 +1,31 @@ \ No newline at end of file diff --git a/uni_modules/vrapile-cut-image/components/vrapile-cut-image/vrapile-cut-image.vue b/uni_modules/vrapile-cut-image/components/vrapile-cut-image/vrapile-cut-image.vue index c4258d9..b0661e2 100644 --- a/uni_modules/vrapile-cut-image/components/vrapile-cut-image/vrapile-cut-image.vue +++ b/uni_modules/vrapile-cut-image/components/vrapile-cut-image/vrapile-cut-image.vue @@ -1,752 +1,764 @@