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