瀏覽代碼

代码合并

twt 3 年之前
父節點
當前提交
8db3be11d5

+ 1 - 1
operatingCompany/common/request.js

@@ -1,4 +1,4 @@
- const baseUrl = 'http://58.56.15.138:20189/' 
+const baseUrl = 'http://58.56.15.138:20189/' 
 //const baseUrl = 'https://api.dms.66km.com/'
 //const baseUrl = 'https://crm.eurorepar.cn/'
 

+ 6 - 0
operatingCompany/pages/intended/shopManageDetail.vue

@@ -153,6 +153,12 @@
 							 icon:'success',
 						    duration: 2000,
 						});
+						setTimeout(function(){
+							
+							uni.navigateBack({
+								delta:1
+							}) 
+						},500)
 						
 					}else{
 						uni.showToast({ title: '操作失误',icon:'none',duration: 2000,});

文件差異過大導致無法顯示
+ 876 - 461
operatingCompany/pages/reportManage/reportDetail.vue