diff --git a/pages.json b/pages.json index a4ee8dd..313ad68 100644 --- a/pages.json +++ b/pages.json @@ -912,16 +912,22 @@ }, //******************文件模块****************** { - "path": "files/list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "查看文件" - } + "path": "files/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "查看文件" } - ] - } + }, + { + "path": "file-preview/file-preview", + "style": { + "navigationBarTitleText": "文件预览" + } + } + ] + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages_tool/file-preview/file-preview.vue b/pages_tool/file-preview/file-preview.vue new file mode 100644 index 0000000..62f946d --- /dev/null +++ b/pages_tool/file-preview/file-preview.vue @@ -0,0 +1,183 @@ + + + + +