From 6fce529247ffbd63ab35f4d6eaf7885e6f5d15d0 Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91=EF=BC=9A?= =?UTF-8?q?=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=20?= =?UTF-8?q?=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- src/store/index.js | 1 + src/views/404.vue | 6 ------ src/views/layout/components/menubar.vue | 18 +++++++++++------- src/views/login.vue | 5 ++--- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index b2410a2..0cb613b 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -529,6 +529,7 @@ const store = new Vuex.Store({ params.append('class_name', form.class_name) params.append('wheelbase', form.wheelbase) params.append('category', form.category) + params.append('weight_max', form.weight_max) params.append('describe', form.describe) const res = await api.post('savePlaneClass', params) if (res.data.status === 1) { diff --git a/src/views/404.vue b/src/views/404.vue index fec855c..cc478c6 100644 --- a/src/views/404.vue +++ b/src/views/404.vue @@ -9,12 +9,6 @@
页面走丢了!
-
All rights reserved - 飞行魔方官网 -
-
{{ message }}
-
Please check that the URL you entered is correct, or click the button below - to return to the homepage.
回首页
diff --git a/src/views/layout/components/menubar.vue b/src/views/layout/components/menubar.vue index c9cdef7..27cb74c 100644 --- a/src/views/layout/components/menubar.vue +++ b/src/views/layout/components/menubar.vue @@ -3,11 +3,11 @@