@@ -74,6 +74,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/merchant/testPage",
+ "style": {
+ "navigationBarTitleText": "店铺",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/login/register",
"style": {
@@ -0,0 +1,11 @@
+<template>
+ <view class="">
+ 13123
+ </view>
+</template>
+
+<script>
+</script>
+<style>
+</style>