소스 검색

demo测试提交

743180155@qq.com 1 년 전
부모
커밋
0ebf1b95d4
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/pages.json
  2. 11 0
      src/pages/merchant/testPage.vue

+ 7 - 0
src/pages.json

@@ -74,6 +74,13 @@
         "navigationStyle": "custom"
       }
     },
+	{
+	  "path": "pages/merchant/testPage",
+	  "style": {
+	    "navigationBarTitleText": "店铺",
+	    "navigationStyle": "custom"
+	  }
+	},
     {
       "path": "pages/login/register",
       "style": {

+ 11 - 0
src/pages/merchant/testPage.vue

@@ -0,0 +1,11 @@
+<template>
+	<view class="">
+		13123
+	</view>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>