打通部署

master
尤名宇 5 years ago
parent 57d3659a19
commit 9cf2ddc4ab

@ -1,4 +1,4 @@
VUE_APP_BASE_URL='http://127.0.0.1:8090' VUE_APP_BASE_URL='http://47.92.229.12:8080'
VUE_APP_UPLOAD_URL='http://127.0.0.1:8090/oss/upload' VUE_APP_UPLOAD_URL='http://47.92.229.12:8080/oss/upload'
VUE_APP_FILE_URL_PREFIX='http://127.0.0.1:8090/img' VUE_APP_FILE_URL_PREFIX='http://47.92.229.12:8080/img'
VUE_APP_ENV_MODE='test' VUE_APP_ENV_MODE='test'

2
package-lock.json generated

@ -3223,7 +3223,7 @@
}, },
"clipboard": { "clipboard": {
"version": "2.0.6", "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=", "integrity": "sha1-UpISlu7A/fd+rRdJQhshyWhkc3Y=",
"requires": { "requires": {
"good-listener": "^1.2.2", "good-listener": "^1.2.2",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 481 B

@ -1,17 +1,27 @@
<!--
* @Author: ymy
* @Date: 2020-07-16 16:18:48
* @LastEditors: ymy
* @LastEditTime: 2020-07-20 22:15:16
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title> <title>文件管理系统</title>
</head> </head>
<body>
<body>
<noscript> <noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>

@ -2,7 +2,7 @@
* @Author: ymy * @Author: ymy
* @Date: 2020-07-17 10:14:40 * @Date: 2020-07-17 10:14:40
* @LastEditors: ymy * @LastEditors: ymy
* @LastEditTime: 2020-07-17 21:31:23 * @LastEditTime: 2020-07-20 22:12:40
*/ */
import Vue from 'vue' import Vue from 'vue'
import VueRouter from 'vue-router' import VueRouter from 'vue-router'
@ -23,6 +23,7 @@ const routes = [
name: 'Home', name: 'Home',
component: Home, component: Home,
// hidden: true, // hidden: true,
redirect: '/user/manager/list',
hidden: true hidden: true
}, },
{ {

Loading…
Cancel
Save