diff --git a/src/main.js b/src/main.js
index 164239a..0d21c8f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -88,10 +88,6 @@ Vue.use(dataV)
import VueWorker from 'vue-worker' // Web worker插件
Vue.use(VueWorker)
-//引入composition-api
-// import VueCompositionAPI from '@vue/composition-api'
-// Vue.use(VueCompositionAPI)
-
// register global utility filters
Object.keys(filters).forEach(key => {
Vue.filter(key, filters[key])
diff --git a/src/permission.js b/src/permission.js
index cd162c1..0f51278 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -8,7 +8,7 @@ import getPageTitle from '@/utils/get-page-title'
NProgress.configure({ showSpinner: false }) // NProgress Configuration
-const whiteList = ['/menu','/login', '/auth-redirect','/kban','/hbao','/sliao','/sczyjh',] // no redirect whitelist
+const whiteList = ['/menu','/login', '/auth-redirect','/kban','/hbao','/sliao',] // no redirect whitelist
export function flatRoutes(routes) {
let ret = [];
routes.forEach(it => {
diff --git a/src/router/index.js b/src/router/index.js
index 214a5fe..7aedaef 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -53,11 +53,6 @@ export const constantRoutes = [
component: () => import('@/views/hbao/index'),
hidden: true
},
- {
- path: '/sczyjh',
- component: () => import('@/views/sczyjh/index'),
- hidden: true
- },
{
path: '/kban',
component: () => import('@/views/kban/index'),
diff --git a/src/views/sczyjh/index.vue b/src/views/sczyjh/index.vue
deleted file mode 100644
index 3c59d01..0000000
--- a/src/views/sczyjh/index.vue
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
-
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/sliao/draw.js b/src/views/sliao/draw.js
index 093027b..0cbd812 100644
--- a/src/views/sliao/draw.js
+++ b/src/views/sliao/draw.js
@@ -9,7 +9,7 @@ const sliao=function (options){
}
function drawTitle(){
return new Konva.Text({
- x:15,
+ x:0,
y:8,
width:width-30,
height:20,
diff --git a/src/views/sliao/index.vue b/src/views/sliao/index.vue
index bad23d9..be0f787 100644
--- a/src/views/sliao/index.vue
+++ b/src/views/sliao/index.vue
@@ -4,376 +4,645 @@