Forráskód Böngészése

在线会议链接修改

zouling 7 hónapja
szülő
commit
ec7f29c35b
4 módosított fájl, 13 hozzáadás és 9 törlés
  1. 4 3
      config.js
  2. 2 2
      manifest.json
  3. 4 2
      pages/index/index.vue
  4. 3 2
      pages/mine/index.vue

+ 4 - 3
config.js

@@ -2,14 +2,15 @@
 module.exports = {
   // baseUrl: 'https://zxyyq.qs163.cn/prod-api',
   
-  baseUrl: 'https://zxyclmjy.qs163.cn/prod-api',
-  // baseUrl: 'http://47.99.82.249:5010/prod-api',
+  // baseUrl: 'https://zxyclmjy.qs163.cn/prod-api',
+  baseUrl: 'http://47.99.82.249:5010/prod-api',
   // baseUrl: 'http://192.168.101.168:8065',
   // baseUrl: 'http://192.168.101.245:8065',
   // baseUrlimg: 'http://114.99.127.243:2001',
   Clientid:'428a8310cd442757ae699df5d894f051',//
  // https://xygl.cnzxy.cn h5链接地址
-  webUrl: 'https://www.baidu.com',
+  // webUrl: 'https://zxyclmjy.qs163.cn',
+  webUrl: 'http://47.99.82.249:5010',
   confirmflag:false,//是否有弹窗
   // 应用信息
   appInfo: {

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "智慧园区",
     "appid" : "__UNI__9ACE566",
     "description" : "",
-    "versionName" : "1.0.4",
-    "versionCode" : 104,
+    "versionName" : "1.0.5",
+    "versionCode" : 105,
     "transformPx" : false,
     "app-plus" : {
         "usingComponents" : true,

+ 4 - 2
pages/index/index.vue

@@ -215,6 +215,8 @@
 	import {getNoticeList} from "@/api/common.js"
 	import {getRecordDayList} from "@/api/work/check.js"
 	import footers from '@/components/footer/footer.vue'
+	import config from '@/config'
+	const webUrl=config.webUrl
   export default {
 	components:{notice,yList,footers},
 	data(){
@@ -408,8 +410,8 @@
 		},
 		//在线会议
 		getYqMeetFn(){
-			var url='https://www.baidu.com'
-			this.$tab.navigateTo("/pages/common/webview/index?url="+url)
+			// var url='https://www.baidu.com'
+			this.$tab.navigateTo("/pages/common/webview/index?url="+webUrl)
 		},
 		//园区食谱
 		getYqCookFn(){

+ 3 - 2
pages/mine/index.vue

@@ -139,6 +139,7 @@
 	import {checkPermi,checkRole} from "@/utils/permission"; // 权限判断函数
 	import config from '@/config'
 	const baseUrl = config.baseUrl
+	const webUrl=config.webUrl
 	export default {
 		data() {
 			return {
@@ -224,8 +225,8 @@
 			},
 			//在线会议
 			getYqMeetFn(){
-				var url='https://www.baidu.com'
-				this.$tab.navigateTo("/pages/common/webview/index?url="+url)
+				// var url='https://www.baidu.com'
+				this.$tab.navigateTo("/pages/common/webview/index?url="+webUrl)
 			},
 			//我的会议
 			handleToMyhy(){