diff --git a/webpack/component/ue/manage.vue b/webpack/component/ue/manage.vue
new file mode 100644
index 0000000..1e1a9d7
--- /dev/null
+++ b/webpack/component/ue/manage.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
{{ gname }}
+
+
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $route.params.code }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webpack/component/ue/view.vue b/webpack/component/ue/view.vue
index ba3b27a..ae72e30 100644
--- a/webpack/component/ue/view.vue
+++ b/webpack/component/ue/view.vue
@@ -96,11 +96,17 @@
+
+
+
+
diff --git a/webpack/routes/ue.js b/webpack/routes/ue.js
index 613f7d8..3f784b0 100644
--- a/webpack/routes/ue.js
+++ b/webpack/routes/ue.js
@@ -1,8 +1,13 @@
export default{ 0: [
{
+ name: 'view',
path: '/ue/view/',
component: require('../component/ue/view.vue').default
+ }, {
+ name: 'manage',
+ path: '/ue/manage/:code',
+ component: require('../component/ue/manage.vue').default
}, {
path: '*',
redirect: '/ue/view/'