Browse Source

feat: 框架

2912631854@qq.com 1 year ago
parent
commit
b141b550d3
4 changed files with 33 additions and 4 deletions
  1. 2 2
      http/baseApi.js
  2. 8 1
      pages.json
  3. 22 0
      pagesHouse/Mine/Businesses/Businesses.vue
  4. 1 1
      pagesHouse/Mine/index.vue

+ 2 - 2
http/baseApi.js

@@ -1,11 +1,11 @@
-const BaseApi = 'http://192.168.2.190:8080' //汪瑶
+// const BaseApi = 'http://192.168.2.190:8080' //汪瑶
 // const BaseApi = 'http://192.168.2.205:8080' //汪辉
 //const BaseApi = 'http://192.168.2.19:8080' //李勇
 // const BaseApi = 'http://192.168.3.13:8080' //徐涛
 // const BaseApi = 'http://192.168.2.39:8080' //肖添伟
 // const BaseApi = 'http://192.168.3.6:8080' //朱壮波
 
-// const BaseApi = 'https://i.ringzle.com/island-cloud-server' //测试服务器
+const BaseApi = 'https://i.ringzle.com/island-cloud-server' //测试服务器
 
 export {
 	BaseApi

+ 8 - 1
pages.json

@@ -168,7 +168,7 @@
 						"navigationStyle": "custom",
 						"enablePullDownRefresh": true
 					}
-				},{
+				}, {
 					"path": "home/tj",
 					"style": {
 						"navigationBarTitleText": "数据统计",
@@ -221,6 +221,13 @@
 						"navigationBarTitleText": "编辑",
 						"enablePullDownRefresh": false
 					}
+				},
+				{
+					"path": "Mine/Businesses/Businesses",
+					"style": {
+						"navigationBarTitleText": "商户",
+						"enablePullDownRefresh": false
+					}
 				}
 			]
 		},

+ 22 - 0
pagesHouse/Mine/Businesses/Businesses.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		商户
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+
+			}
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 1 - 1
pagesHouse/Mine/index.vue

@@ -48,7 +48,7 @@
 
 		<view class="one" @click="nav">
 			<view class="">
-				营业执照
+				商户信息
 			</view>
 			<view class="">
 				<u-icon name="arrow-right"></u-icon>