diff --git a/manifest.json b/manifest.json
index aabc002..3457582 100644
--- a/manifest.json
+++ b/manifest.json
@@ -86,6 +86,9 @@
"h5" : {
"router" : {
"mode" : "hash"
+ },
+ "devServer" : {
+ "port" : 8081
}
}
}
diff --git a/pages/error/index.vue b/pages/error/index.vue
index 560f88a..2db900b 100644
--- a/pages/error/index.vue
+++ b/pages/error/index.vue
@@ -3,7 +3,7 @@
- 请联系纸盘商获取正确地址
+ 请联系纸盘商获取正确地址
@@ -25,6 +25,7 @@ export default {
.container {
display: flex;
justify-content: center;
+ flex-direction: column;
align-items: center;
width: 750rpx;
margin-top: 240rpx;