This commit is contained in:
yanran200730
2021-12-08 21:33:13 +08:00
parent 15c06a8ead
commit 2544127ee5
2 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
"port": "10323",
"proxy": {
"/lan": {
"target": "http://192.168.1.39:9998",
"target": "http://192.168.1.34:19898",
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"

View File

@@ -47,5 +47,7 @@ export default {
<style lang="scss" scoped>
.mainEntry {
min-height: 100vh;
background: #f5f5f5;
}
</style>