From 765ff75818c6de7515b51670060db2efdef10cbc Mon Sep 17 00:00:00 2001 From: gyj Date: Fri, 2 Feb 2024 10:42:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?'=E6=8F=90=E4=BA=A4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new_file.html | 9 +++++++++ project.config.json | 30 ++++++++++++++++++++++++++++++ project.private.config.json | 8 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 new_file.html create mode 100644 project.config.json create mode 100644 project.private.config.json diff --git a/new_file.html b/new_file.html new file mode 100644 index 0000000..5eace9d --- /dev/null +++ b/new_file.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..642bb7c --- /dev/null +++ b/project.config.json @@ -0,0 +1,30 @@ +{ + "appid": "wx91cb8459dca561b4", + "compileType": "miniprogram", + "libVersion": "2.25.3", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "miniprogramRoot": "unpackage/dist/dev/mp-weixin/", + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + }, + "srcMiniprogramRoot": "unpackage/dist/dev/mp-weixin/" +} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..ca7218d --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,8 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "miniapp", + "setting": { + "compileHotReLoad": true, + "urlCheck": false + } +} \ No newline at end of file -- 2.54.0 From accf8e8c3ff1e218cb9b59c5fa0b879ea7ba5ac0 Mon Sep 17 00:00:00 2001 From: gyj Date: Fri, 2 Feb 2024 17:18:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 + pages/handlecase/component/newlyAddedCase.vue | 206 ++++++++++++++++++ pages/handlecase/index.vue | 9 + 3 files changed, 221 insertions(+) create mode 100644 pages/handlecase/component/newlyAddedCase.vue diff --git a/pages.json b/pages.json index d424c41..ee9c9d6 100644 --- a/pages.json +++ b/pages.json @@ -110,6 +110,12 @@ "style": { "navigationBarTitleText": "权力和义务告知书" } + }, + { + "path": "pages/handlecase/component/newlyAddedCase", + "style": { + "navigationBarTitleText": "案件新增" + } }, { "path": "pages/expressDelivery/index", diff --git a/pages/handlecase/component/newlyAddedCase.vue b/pages/handlecase/component/newlyAddedCase.vue new file mode 100644 index 0000000..50b84b3 --- /dev/null +++ b/pages/handlecase/component/newlyAddedCase.vue @@ -0,0 +1,206 @@ + + + + + \ No newline at end of file diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue index bf0c03e..1292861 100644 --- a/pages/handlecase/index.vue +++ b/pages/handlecase/index.vue @@ -1,5 +1,8 @@