From 1aa619805b39b19568e48b12a7502f07e1337217 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Tue, 6 Jun 2023 15:27:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=8B=A3=E5=8C=85=E8=A3=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/modules/sortpack/one.vue | 649 +++++++++++++++++++++++++++++
src/pages/modules/sortpack/two.vue | 264 ++++++++++++
src/router/index.js | 10 +
3 files changed, 923 insertions(+)
create mode 100644 src/pages/modules/sortpack/one.vue
create mode 100644 src/pages/modules/sortpack/two.vue
diff --git a/src/pages/modules/sortpack/one.vue b/src/pages/modules/sortpack/one.vue
new file mode 100644
index 0000000..b1f8bd4
--- /dev/null
+++ b/src/pages/modules/sortpack/one.vue
@@ -0,0 +1,649 @@
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+
+

+
+
+

+
+
+

+
+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+
+
+
+

+
+
+

+
+
+
+
+

+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+
+
+
+
+
diff --git a/src/pages/modules/sortpack/two.vue b/src/pages/modules/sortpack/two.vue
new file mode 100644
index 0000000..f1b5226
--- /dev/null
+++ b/src/pages/modules/sortpack/two.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 6c51213..102cdf0 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -20,6 +20,8 @@ const ProcessProductionThree = r => require.ensure([], () => r(require('@page/mo
const HunnianKunliaoOne = r => require.ensure([], () => r(require('@page/modules/hunniankunliao/one')), 'hunniankunliao')
const TakeShapeOne = r => require.ensure([], () => r(require('@page/modules/takeshape/one')), 'takeshape')
const TakeShapeTwo = r => require.ensure([], () => r(require('@page/modules/takeshape/two')), 'takeshape')
+const SortPackOne = r => require.ensure([], () => r(require('@page/modules/sortpack/one')), 'takeshape')
+const SortPackTwo = r => require.ensure([], () => r(require('@page/modules/sortpack/two')), 'takeshape')
export default new Router({
linkActiveClass: 'tab-active',
@@ -72,6 +74,14 @@ export default new Router({
path: '/takeshapetwo',
component: TakeShapeTwo
},
+ {
+ path: '/sortpackOne',
+ component: SortPackOne
+ },
+ {
+ path: '/sortpacktwo',
+ component: SortPackTwo
+ },
{
path: '/homepage',
component: HomePage