Browse Source

Merge branch 'devlop' of http://git.qniao.cn/qniao/paper-shopkeeper-H5 into devlop

devlop
buffeyu 4 years ago
parent
commit
25484f609f
2 changed files with 5 additions and 1 deletions
  1. 3
      manifest.json
  2. 3
      pages/error/index.vue

3
manifest.json

@ -86,6 +86,9 @@
"h5" : {
"router" : {
"mode" : "hash"
},
"devServer" : {
"port" : 8081
}
}
}

3
pages/error/index.vue

@ -3,7 +3,7 @@
<uni-nav-bar left-icon="back" @clickLeft="back" statusBar fixed title="未授权页面"></uni-nav-bar>
<view class="container">
<image style="width: 560rpx; height: 320rpx; margin-bottom: 50rpx" src="https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/error.png"></image>
<text style="font-size: 32px; color: #333333">请联系纸盘商获取正确地址</text>
<text style="font-size: 32rpx; color: #333333">请联系纸盘商获取正确地址</text>
</view>
</view>
</template>
@ -25,6 +25,7 @@ export default {
.container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
width: 750rpx;
margin-top: 240rpx;

Loading…
Cancel
Save