achao 3 years ago
parent
commit
bdcfef6dec
3 changed files with 10 additions and 10 deletions
  1. 1 1
      App.vue
  2. 2 2
      config/index.js
  3. 7 7
      pages/mine/company/editcompany.vue

+ 1 - 1
App.vue

@@ -21,7 +21,7 @@
 		},
 		onLaunch: function() {
 			let that = this
-			uni.onTabBarMidButtonTap(() => {
+			uni.onTabBarMidButtonTap(() => {debugger
 				console.log("点击发布")
 				if (!that.hasLogin) {
 					// uni.$u.route('/pages/public/login');

+ 2 - 2
config/index.js

@@ -1,6 +1,6 @@
 const dev = {
-	// baseUrlNew: 'https://apitest.eliangeyun.com',
-	baseUrlNew: 'http://192.168.110.9:8099',
+	baseUrlNew: 'https://apitest.eliangeyun.com',
+	// baseUrlNew: 'http://192.168.110.9:8099',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 7 - 7
pages/mine/company/editcompany.vue

@@ -404,13 +404,13 @@
 						return true
 					}
 				}
-				if (uni.$u.test.isEmpty(this.dataDetails.videoAddressUrl)) {
-					this.$refs.uToast.show({
-						type: 'error',
-						message: "视频认证不能为空!",
-					})
-					return true
-				}
+				// if (uni.$u.test.isEmpty(this.dataDetails.videoAddressUrl)) {
+				// 	this.$refs.uToast.show({
+				// 		type: 'error',
+				// 		message: "视频认证不能为空!",
+				// 	})
+				// 	return true
+				// }
 			},
 			submit() {
 				if (this.validate()) return