2 次代码提交 246e3eb6e9 ... 8214d50ece

作者 SHA1 备注 提交日期
  tanxue 8214d50ece Merge branch 'main' of https://gogs.mtavip.com/wangguoyu/uniProject 2 周之前
  tanxue 1e87a96868 练习开发 2 周之前
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 1 1
      pages.json
  2. 3 0
      pages/lianxi/index.vue

+ 1 - 1
pages.json

@@ -84,7 +84,7 @@
 				"text": "成绩"
 			},
 			{
-				"pagePath": "",
+				"pagePath": "pages/lianxi/index",
 				"iconPath": "static/images/tabbar/unselect/practise-sj.png",
 				"selectedIconPath": "static/images/tabbar/select/practise-sj.png",
 				"text": "练习"

+ 3 - 0
pages/lianxi/index.vue

@@ -1,4 +1,7 @@
 <template>
+	<view style="height: 100vh;display: flex;align-items: center;justify-content: center;color: #333;">
+		开发中,敬请期侍!
+	</view>
 </template>
 
 <script>