diff --git a/.env.test b/.env.test index ddc33b3..39c9255 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,4 @@ -VUE_APP_BASE_URL='http://127.0.0.1:8090' -VUE_APP_UPLOAD_URL='http://127.0.0.1:8090/oss/upload' -VUE_APP_FILE_URL_PREFIX='http://127.0.0.1:8090/img' +VUE_APP_BASE_URL='http://47.92.229.12:8080' +VUE_APP_UPLOAD_URL='http://47.92.229.12:8080/oss/upload' +VUE_APP_FILE_URL_PREFIX='http://47.92.229.12:8080/img' VUE_APP_ENV_MODE='test' \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 13be47a..1e732e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3223,7 +3223,7 @@ }, "clipboard": { "version": "2.0.6", - "resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.6.tgz?cache=0&sync_timestamp=1583390309617&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.6.tgz", + "resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-2.0.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.6.tgz", "integrity": "sha1-UpISlu7A/fd+rRdJQhshyWhkc3Y=", "requires": { "good-listener": "^1.2.2", diff --git a/package.json b/package.json index 48419aa..64e5ba3 100644 --- a/package.json +++ b/package.json @@ -36,4 +36,4 @@ "sass-loader": "^8.0.2", "vue-template-compiler": "^2.6.11" } -} \ No newline at end of file +} diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..bc75f86 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 4123528..8c5f743 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,27 @@ + - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - + + + + + + + 文件管理系统 + + + + +
+ + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 4ed0628..6cae027 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2,7 +2,7 @@ * @Author: ymy * @Date: 2020-07-17 10:14:40 * @LastEditors: ymy - * @LastEditTime: 2020-07-17 21:31:23 + * @LastEditTime: 2020-07-20 22:12:40 */ import Vue from 'vue' import VueRouter from 'vue-router' @@ -23,6 +23,7 @@ const routes = [ name: 'Home', component: Home, // hidden: true, + redirect: '/user/manager/list', hidden: true }, {