Browse Source

最后提交

app php01 3 weeks ago
parent
commit
2a164942b1

+ 1 - 1
components/myImage/myImage.vue

@@ -16,7 +16,7 @@
 		},
 		data() {
 			return {
-				baseUrl:'https://backend.fooder.tw/prod-api',
+				baseUrl:'https://backend.awayqtw.com/prod-api',
 				showdefault:0,
 				comUrl:this.mysrc,
 				dfImage:this.defaultImage

+ 1 - 1
components/netImage/netImage.vue

@@ -18,7 +18,7 @@
 		data() {
 			return {
 				defaultImage:'/static/logo.png',
-				baseUrl:'https://backend.fooder.tw/prod-api',
+				baseUrl:'https://backend.awayqtw.com/prod-api',
 				showdefault:0,
 				comUrl:this.mysrc
 			};

+ 4 - 4
config/index.config.js

@@ -5,8 +5,8 @@ const CONFIG = {
 		qqMapKey:'',
 		// baseUrl: 'http://192.168.111.141:8080',
 		// hostUrl: 'http://192.168.111.141:8080', // H5地址(前端运行地址)
-		baseUrl: 'https://api.fooder.tw', // 后台接口请求地址 http://203.175.169.46:8080
-		hostUrl: 'https://api.fooder.tw', // H5地址(前端运行地址) http://203.175.169.46:8080
+		baseUrl: 'https://api.awayqtw.com', // 后台接口请求地址 http://203.175.169.46:8080
+		hostUrl: 'https://api.awayqtw.com', // H5地址(前端运行地址) http://203.175.169.46:8080
 		websocketUrl: '', // websocket服务端地址
 		weixinAppId: '', // 微信公众号appid
 		storeId: 0 //
@@ -17,8 +17,8 @@ const CONFIG = {
 		assetsPath: '/static', // 静态资源路径
 		// baseUrl: ' http://192.168.1.7:8080',
 		// hostUrl: ' http://192.168.1.7:8080', // H5地址(前端运行地址)
-		baseUrl: 'https://api.fooder.tw', // 后台接口请求地址
-		hostUrl: 'https://api.fooder.tw', // H5地址(前端运行地址)
+		baseUrl: 'https://api.awayqtw.com', // 后台接口请求地址
+		hostUrl: 'https://api.awayqtw.com', // H5地址(前端运行地址)
 		websocketUrl: '', // websocket服务端地址
 		weixinAppId: '', // 微信公众号appid
 		storeId: 0 //

+ 1 - 1
locale/yuenan.json

@@ -146,7 +146,7 @@
 "order.wentimiaos": "Vui lòng nhập mô tả vấn đề...",
 "order.wodedingdan": "Đơn hàng của tôi",
 "order.xingqi": "Tuần",
-"order.xinrenwu": "Nhiệm vụ mới",
+"order.xinrenwu": "Sảnh nhiệm vụ",
 "order.xuanzeriqi": "Chọn ngày",
 "order.yinhangculz": "Ngân hàng đang xử lý",
 "order.yishouli": "Đã được chấp nhận",

+ 1 - 1
locale/zh-Hans.json

@@ -146,7 +146,7 @@
 "order.wentimiaos":"请输入问题描述...",
 "order.wodedingdan":"我的订单",
 "order.xingqi":"星期",
-"order.xinrenwu":"任务",
+"order.xinrenwu":"任务大厅",
 "order.xuanzeriqi":"选择日期",
 "order.yinhangculz":"银行处理中",
 "order.yishouli":"已受理",

+ 1 - 1
locale/zh-Hant.json

@@ -146,7 +146,7 @@
 "order.wentimiaos":"請輸入問題描述...",
 "order.wodedingdan":"我的訂單",
 "order.xingqi":"星期",
-"order.xinrenwu":"新任務",
+"order.xinrenwu":"任务大厅",
 "order.xuanzeriqi":"選擇日期",
 "order.yinhangculz":"銀行處理中",
 "order.yishouli":"已受理",

+ 1 - 1
main.js

@@ -10,7 +10,7 @@ import mytool from '@/utils/tool';
 Vue.prototype.$http = http;
 Vue.prototype.$mytool = mytool;
 
-Vue.prototype.$baseurl = 'https://api.fooder.tw';//生产环境
+Vue.prototype.$baseurl = 'https://api.awayqtw.com';//生产环境
 
 const goEasy = GoEasy.getInstance({
     host:"singapore.goeasy.io",  //若是新加坡区域:singapore.goeasy.io

+ 2 - 2
manifest.json

@@ -138,8 +138,8 @@
                     "description" : "uni-app TRTC SDK 是腾讯云实时音视频通讯解决方案在 uni-app 上的 SDK,提供实时音视频服务",
                     "platforms" : "Android,iOS",
                     "url" : "https://ext.dcloud.net.cn/plugin?id=7774",
-                    "android_package_name" : "com.cityexpress1688.ptqs",
-                    "ios_bundle_id" : "com.paotuiwang.qishou",
+                    "android_package_name" : "com.twanmsdqs.app",
+                    "ios_bundle_id" : "com.twanmsdqs.app",
                     "isCloud" : true,
                     "bought" : 1,
                     "pid" : "7774",

+ 1 - 1
pages/api/api.js

@@ -1,4 +1,4 @@
-const ApiUrl = 'https://api.fooder.tw'
+const ApiUrl = 'https://api.awayqtw.com'
 //const ApiUrl = 'http://192.168.111.141:8080'
 const getdata = function(api,data,successc,failc){
 	if(api=='SetTxorder'){

+ 1 - 1
pages/imcall/ExchangeView.vue

@@ -288,7 +288,7 @@
 			//WebSocket--------------------------------
 			// 初始化WebSocket连接
 			initWebSocket() {
-			  const wsUrl = 'ws://api.fooder.tw:8080/ws/'+this.userInfo.userId; // 替换为你的WebSocket服务器URL
+			  const wsUrl = 'ws://api.awayqtw.com:8080/ws/'+this.userInfo.userId; // 替换为你的WebSocket服务器URL
 			 //  this.ws = uni.connectSocket({
 				// url: wsUrl,
 			 //  });

+ 1 - 1
pages/imcall/GoeasyExchange.vue

@@ -353,7 +353,7 @@
 			uni.setStorageSync('imUser',obj);
 		},
 		SplicingImgUrl(url){
-			var baseUrl='https://backend.fooder.tw/prod-api';
+			var baseUrl='https://backend.awayqtw.com/prod-api';
 			if(!url){
 				return '';
 			}

+ 1 - 1
pages/imcall/vidioCall.vue

@@ -22,7 +22,7 @@
 				userId:'',
 				userName:'',
 				avatar:'',
-				baseUrl:'https://backend.fooder.tw/prod-api',
+				baseUrl:'https://backend.awayqtw.com/prod-api',
 				ddmark1:0,
 				ddmark2:0,
 				ddmark3:0,

+ 1 - 1
pages/index/BigimageView.vue

@@ -15,7 +15,7 @@
 		data() {
 			return {
 				mysrc: '',
-				baseUrl:'https://backend.fooder.tw/prod-api',
+				baseUrl:'https://backend.awayqtw.com/prod-api',
 			}
 		},
 		onLoad(option) {

+ 4 - 4
pages/index/index.vue

@@ -46,9 +46,9 @@
 			</view>
 		</view>
 		<view style="margin-top: 200rpx;">
-			<view v-if="!isLogin" class="contentColumn weidenglu">
+			<view v-if="!isLogin" class="contentColumn">
 				<view class="contentColumnC" style="width: 90%;margin-left: 5%;">
-					<text class="xuacyuA"> </text>
+					<image style="width: 100%;" src="/static/qishouIM.png" mode="scaleToFill"></image>
 				</view>
 				
 				<view class="texing" style="justify-content: flex-start;">
@@ -537,7 +537,7 @@
 							    content: that.$t('index.yiyouxinban'),
 							    success: function (res) {
 									if (res.confirm) { //这里是点击了确定以后
-										var updateUrl='http://backend.fooder.tw/androidApk/CTE.partner.apk';
+										var updateUrl='http://backend.awayqtw.com/androidApk/CTE.partner.apk';
 										that.gengxinApp(updateUrl);
 									} else { //这里是点击了取消以后
 									  console.log('用户点击取消')
@@ -613,7 +613,7 @@
 		width: 750rpx;
 		height: 600rpx;
 		background-size: 100% 100%;
-		background-image: url('/static/defimags/xuanchuan.png');
+		background-image: url('/static/qishouIM.png');
 	}
 	.xuacyuA{
 		font-size: 26rpx;

+ 3 - 3
pages/index/yinszhengc.vue

@@ -19,13 +19,13 @@
 		onLoad() {
 			var language = uni.getStorageSync('language');
 			if(language=='yuenan'){
-				this.url='https://backend.fooder.tw/ynszc_vi.html'
+				this.url='https://backend.awayqtw.com/ynszc_vi.html'
 			}
 			else if(language=='zh-Hant'){
-				this.url='https://backend.fooder.tw/ynszc_tw.html'
+				this.url='https://backend.awayqtw.com/ynszc_tw.html'
 			}
 			else{
-				this.url='https://backend.fooder.tw/ynszc.html'
+				this.url='https://backend.awayqtw.com/ynszc.html'
 			}
 			setTimeout(() => {
 				uni.setNavigationBarTitle({

+ 1 - 1
pages/kehufuwu/updataKefuMsg.vue

@@ -241,7 +241,7 @@
 							mask:true
 						})
 				 		uni.uploadFile({
-				 			url:'https://api.fooder.tw/utils/Upload', //上传图片api
+				 			url:'https://api.awayqtw.com/utils/Upload', //上传图片api
 				 			filePath: tempFilePaths[0],
 				 			name: 'file',
 				 			header:{

+ 1 - 1
pages/user/RegisterView.vue

@@ -252,7 +252,7 @@
 			},
 			liucheng(){
 				uni.navigateTo({
-					url:'/pages/index/Openwebview?url='+'https://fooder.tw/doi-tac-giao-hang'
+					url:'/pages/index/Openwebview?url='+'https://awayqtw.com/doi-tac-giao-hang'
 				})
 			},
 		}

+ 1 - 1
pages/user/Usermanager.vue

@@ -465,7 +465,7 @@
 					url='https://fooder.tw/quy-trinh-giai-quyet-tranh-chap-khieu-nai'
 				}
 				if(index==5){
-					url='https://fooder.tw/dia-chi-cong-ty'
+					url='https://www.awayqtw.com'
 				}
 				uni.navigateTo({
 					url:'/pages/index/Openwebview?url='+url

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/app-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/app-view.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/manifest.json


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 747 - 663
unpackage/dist/dev/app-plus/app-view.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/manifest.json


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/pages/imcall/audioCall.js


+ 1 - 1
utils/tool/index.js

@@ -8,6 +8,6 @@ export default {
 		if('/static/logo.png'==intUrl){
 			return intUrl;
 		}
-		return 'https://api.fooder.tw'+intUrl;
+		return 'https://api.awayqtw.com'+intUrl;
 	},
 }

Some files were not shown because too many files changed in this diff