diff --git a/package.json b/package.json
index 81fad796..3cb592c3 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,6 @@
"dropzone": "5.5.1",
"echarts": "4.2.1",
"element-ui": "2.7.0",
- "eslint": "^6.3.0",
"file-saver": "2.0.1",
"fuse.js": "3.4.4",
"jquery": "^3.4.1",
@@ -94,8 +93,10 @@
"chalk": "2.4.2",
"chokidar": "2.1.5",
"connect": "3.6.6",
- "eslint-plugin-vue": "^5.2.3",
+ "eslint": "5.15.3",
+ "eslint-plugin-vue": "5.2.2",
"html-webpack-plugin": "3.2.0",
+ "husky": "1.3.1",
"lint-staged": "8.1.5",
"mockjs": "1.0.1-beta3",
"node-sass": "^4.9.0",
diff --git a/src/api/user.js b/src/api/user.js
index de6a6c82..45c13b4d 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -27,7 +27,7 @@ export function sendAnalyzeRequest(token) {
return request({
url: '/testpredict',
method: 'get',
- baseURL: 'http://localhost:8010',
+ baseURL: 'http://localhost:8888',
params: { token }
})
}
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 965bcd1b..316bf698 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -8,16 +8,16 @@
-
+
+
+ -->
\ No newline at end of file
diff --git a/src/views/plot/index.vue b/src/views/plot/index.vue
deleted file mode 100644
index a33371af..00000000
--- a/src/views/plot/index.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-