lilei 3 年 前
コミット
e1034f118b
2 ファイル変更4 行追加4 行削除
  1. 3 3
      App.vue
  2. 1 1
      pages/index/index.vue

+ 3 - 3
App.vue

@@ -1,9 +1,9 @@
 <script>
 <script>
 	export default {
 	export default {
 		globalData: {
 		globalData: {
-			baseUrl: 'http://192.168.16.156:7904/beauty-customer/', // 本地
-			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
-			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
+			// baseUrl: 'http://192.168.16.156:7904/beauty-customer/', // 本地
+			baseUrl: 'https://cust.test.baibaibai.net/beauty-customer/', // 预发布
+			// baseUrl: 'https://cust.baibaibai.net/beauty-customer/' // 生产
 		},
 		},
 		onLaunch: function() {
 		onLaunch: function() {
 			console.log('App Launch');
 			console.log('App Launch');

+ 1 - 1
pages/index/index.vue

@@ -70,7 +70,7 @@
 		},
 		},
 		data() {
 		data() {
 			return {
 			return {
-				status: 'loading',
+				status: '',
 				noDataText: '暂无数据',
 				noDataText: '暂无数据',
 				pageNo: 1,
 				pageNo: 1,
 				pageSize: 15,
 				pageSize: 15,