diff --git a/components/thorui/tui-upload/tui-upload.vue b/components/thorui/tui-upload/tui-upload.vue index 02396dd..4566033 100644 --- a/components/thorui/tui-upload/tui-upload.vue +++ b/components/thorui/tui-upload/tui-upload.vue @@ -141,7 +141,7 @@ //单张图片大小限制 MB size: { type: Number, - default: 4 + default: 20 }, //文件对应的key,默认为 file fileKeyName: { diff --git a/config/app.js b/config/app.js index 92c0aa3..6ce8946 100644 --- a/config/app.js +++ b/config/app.js @@ -26,6 +26,6 @@ export const baseURL = SWITCH_DEVELOPMENT ? baseURLMap['development'] : baseURLM export const version = '1.0.6' // export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' -export const uploadURL = baseURL + '/yuanl/yuanl/common/upload' +export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' // export const OSSURL = baseURL + '/yuanlin/' -export const OSSURL = 'https://dev-rnt.oss-cn-zhangjiakou.aliyuncs.com/' \ No newline at end of file +export const OSSURL = 'https://test.jichengshanshui.com.cn:28310/yuanlin/' \ No newline at end of file diff --git a/pages.json b/pages.json index a7f176c..6c50d40 100644 --- a/pages.json +++ b/pages.json @@ -284,6 +284,18 @@ "style": { "navigationBarTitleText": "一树一档案" } + }, + { + "path": "treePage/treeRecord", + "style": { + "navigationBarTitleText": "记录" + } + }, + { + "path": "treePage/addTree", + "style": { + "navigationBarTitleText": "录入树木" + } } ] } diff --git a/subPackages/treePage/addTree.vue b/subPackages/treePage/addTree.vue new file mode 100644 index 0000000..23adbcf --- /dev/null +++ b/subPackages/treePage/addTree.vue @@ -0,0 +1,395 @@ + + + + + \ No newline at end of file diff --git a/subPackages/treePage/treeFiles.vue b/subPackages/treePage/treeFiles.vue index ff1205d..dd0e0f5 100644 --- a/subPackages/treePage/treeFiles.vue +++ b/subPackages/treePage/treeFiles.vue @@ -1,14 +1,186 @@ - - - + + \ No newline at end of file diff --git a/subPackages/treePage/treeRecord.vue b/subPackages/treePage/treeRecord.vue new file mode 100644 index 0000000..e378e06 --- /dev/null +++ b/subPackages/treePage/treeRecord.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file