Parcourir la source

demo测试提交

743180155@qq.com il y a 1 an
Parent
commit
0ebf1b95d4
2 fichiers modifiés avec 18 ajouts et 0 suppressions
  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>