shish hace 1 año
padre
commit
a3e8a1c9b0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      ghsApp/src/admin/home/me.vue
  2. 1 1
      ghsApp/src/pages.json

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -87,7 +87,7 @@
             </tui-list-cell>
 
             <tui-list-cell @click="pageTo({ url: '/admin/shop/changeShop' })" class="line-cell" :hover="false" :arrow="true" v-if="getLoginInfo.lookAllShop && getLoginInfo.lookAllShop == 1" >
-              <view class="tui-title">切换商家</view>
+              <view class="tui-title">管理商家</view>
             </tui-list-cell>
             <tui-list-cell @click="pageTo({ url: '/admin/shop/showShop' })" class="line-cell" :hover="false" :arrow="true" v-if="getLoginInfo.lookAllShop && getLoginInfo.lookAllShop == 1" >
               <view class="tui-title">营业商家</view>

+ 1 - 1
ghsApp/src/pages.json

@@ -209,7 +209,7 @@
 				{"path": "print","style": {"navigationBarTitleText": "小票机"}},
 				{"path": "wcPrint","style": {"navigationBarTitleText": "采购小票机"}},
 				{"path": "trumpet","style": {"navigationBarTitleText": "云音箱"}},
-				{"path": "changeShop","style": {"navigationBarTitleText": "切换商家"}},
+				{"path": "changeShop","style": {"navigationBarTitleText": "管理商家"}},
 				{"path": "showShop","style": {"navigationBarTitleText": "营业商家"}},
 				{"path": "sk","style": {"navigationBarTitleText": "设置快捷开单"}},
 				{"path": "password","style": {"navigationBarTitleText": "密码修改"}},