打通部署
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'
|
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>
|
|
||||||
<meta charset="utf-8">
|
<head>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
</head>
|
<title>文件管理系统</title>
|
||||||
<body>
|
</head>
|
||||||
<noscript>
|
|
||||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
<body>
|
||||||
</noscript>
|
<noscript>
|
||||||
<div id="app"></div>
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
|
||||||
<!-- built files will be auto injected -->
|
Please enable it to continue.</strong>
|
||||||
</body>
|
</noscript>
|
||||||
</html>
|
<div id="app"></div>
|
||||||
|
<!-- built files will be auto injected -->
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue