Browse Source

还原域名

17755135699 3 tháng trước cách đây
mục cha
commit
b45aab548b

+ 8 - 8
components/Tabbar/index.vue

@@ -20,26 +20,26 @@
 			return {
 				tabbarValue: 0,
 				list: [{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240106/57895bbc5414416ea5de2a537ed23dc3.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240106/29bd09ef7eb748f1820c335f86f74c61.png',
+						activeImg: 'https://i.ringzle.com/file/20240106/57895bbc5414416ea5de2a537ed23dc3.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240106/29bd09ef7eb748f1820c335f86f74c61.png',
 						text: '首页',
 						path: '/pages/home/index'
 					},
 					{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240106/584d0a4108c44fa5bc566d0d0082e07d.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240106/9561cd3843694891998a34ed41be0ec8.png',
+						activeImg: 'https://i.ringzle.com/file/20240106/584d0a4108c44fa5bc566d0d0082e07d.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240106/9561cd3843694891998a34ed41be0ec8.png',
 						text: '房态',
 						path: '/pages/house/index'
 					},
 					{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240106/41a218ecacd543b28faf20760712c372.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240106/9873e71314e44c22aa880bec2ecdac85.png',
+						activeImg: 'https://i.ringzle.com/file/20240106/41a218ecacd543b28faf20760712c372.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240106/9873e71314e44c22aa880bec2ecdac85.png',
 						text: '统计',
 						path: '/pages/statistics/index'
 					},
 					{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240106/daf6362d4d6745c29501cf30a4d99bc2.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240106/8c1f9fc0b5604ef7b966d98f2ffb1d2e.png',
+						activeImg: 'https://i.ringzle.com/file/20240106/daf6362d4d6745c29501cf30a4d99bc2.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240106/8c1f9fc0b5604ef7b966d98f2ffb1d2e.png',
 						text: '我的',
 						path: '/pages/my/index'
 					}

+ 6 - 6
components/Tabbares/index.vue

@@ -20,20 +20,20 @@
 			return {
 				tabbarValues: 0,
 				list: [{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240320/eb54f2488b4f45c9929d2fa78b104b80.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240106/29bd09ef7eb748f1820c335f86f74c61.png',
+						activeImg: 'https://i.ringzle.com/file/20240320/eb54f2488b4f45c9929d2fa78b104b80.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240106/29bd09ef7eb748f1820c335f86f74c61.png',
 						text: '首页',
 						paths: '/pagesHouse/home/index'
 					},
 					{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240320/df1512af95ff4f639e37b2fa905d7808.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240320/07590c34e1fc45e2af4786607418039b.png',
+						activeImg: 'https://i.ringzle.com/file/20240320/df1512af95ff4f639e37b2fa905d7808.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240320/07590c34e1fc45e2af4786607418039b.png',
 						text: '扫码核验',
 						paths: '/pagesHouse/Verification/index'
 					},
 					{
-						activeImg: 'https://fsy.shengsi.gov.cn/file/20240320/319f9665e40b40c7b056e1e50c8e1ce5.png',
-						inactiveImg: 'https://fsy.shengsi.gov.cn/file/20240320/81146a88ac964a8ab1effff76f44c9d1.png',
+						activeImg: 'https://i.ringzle.com/file/20240320/319f9665e40b40c7b056e1e50c8e1ce5.png',
+						inactiveImg: 'https://i.ringzle.com/file/20240320/81146a88ac964a8ab1effff76f44c9d1.png',
 						text: '我的',
 						paths: '/pagesHouse/Mine/index'
 					}

+ 2 - 2
http/baseApi.js

@@ -5,8 +5,8 @@
 // const BaseApi = 'http://192.168.2.39:8080' //肖添伟
 // const BaseApi = 'http://192.168.3.6:8080' //朱壮波
 
-const BaseApi = 'https://fsy.shengsi.gov.cn/island-cloud-server' //测试服务器 
-//const BaseApi = 'https://fsy.shengsi.gov.cn/island-cloud-server' //生产服务器
+const BaseApi = 'https://i.ringzle.com/island-cloud-server' //测试服务器 
+//const BaseApi = 'https://i.ringzle.com/island-cloud-server' //生产服务器
 export {
 	BaseApi
 }

+ 2 - 2
pages/HotelMerchandise/addCommodity.vue

@@ -201,7 +201,7 @@
 			uploadFilePromisecover(url) {
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload',
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload',
 						filePath: url,
 						name: 'file',
 						header: {
@@ -225,7 +225,7 @@
 			uploadFilePromise(url) {
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload',
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload',
 						filePath: url,
 						name: 'file',
 						header: {

+ 6 - 6
pages/HotelMerchandise/index.vue

@@ -18,7 +18,7 @@
 				</view>
 				<view class="right" @click="showList">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
+						<image src="https://i.ringzle.com/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
 						</image>
 					</view>
 					<view class="text">
@@ -36,7 +36,7 @@
 				<view class="left" v-if="Selected==true" @tap="selectPerson(item,index)">
 					<view class="image">
 						<image
-							:src="selectedTags.includes(item)?'https://fsy.shengsi.gov.cn/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://fsy.shengsi.gov.cn/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
+							:src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://i.ringzle.com/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
 						</image>
 					</view>
 				</view>
@@ -92,10 +92,10 @@
 				<view class="left">
 					<view class="image">
 						<!-- 	<image
-							:src="isSelect?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+							:src="isSelect?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 						</image> -->
 						<image
-							:src="selectedTags.length>0?'https://fsy.shengsi.gov.cn/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://fsy.shengsi.gov.cn/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
+							:src="selectedTags.length>0?'https://i.ringzle.com/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://i.ringzle.com/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
 						</image>
 					</view>
 					<view class="text">
@@ -125,7 +125,7 @@
 			<view class="pop-pop">
 				<view class="hander-one">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
+						<image src="https://i.ringzle.com/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
 						</image>
 					</view>
 					<view class="text">
@@ -151,7 +151,7 @@
 			<view class="pop-pop">
 				<view class="hander-one">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
+						<image src="https://i.ringzle.com/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
 						</image>
 					</view>
 					<view class="text">

+ 7 - 7
pages/HotelMerchandise/index2.vue

@@ -21,7 +21,7 @@
 				</view>
 				<view class="right" @click="showList">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
+						<image src="https://i.ringzle.com/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
 						</image>
 					</view>
 					<view class="text">
@@ -43,7 +43,7 @@
 									</view>
 									<view class="image" v-if="areaShowIndex == index">
 										<image
-											src="https://fsy.shengsi.gov.cn/file/20240316/16dd69efb40242de83da8207539ec73e.png"
+											src="https://i.ringzle.com/file/20240316/16dd69efb40242de83da8207539ec73e.png"
 											mode=""></image>
 									</view>
 								</view>
@@ -59,7 +59,7 @@
 			<view class="left" v-if="Selected==true">
 				<view class="image">
 					<image @tap="selectPerson(item,index)"
-						:src="selectedTags.includes(item)?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+						:src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 					</image>
 				</view>
 			</view>
@@ -109,7 +109,7 @@
 			<view class="left" v-if="Selected==true">
 				<view class="image">
 					<image @tap="selectPerson(item,index)"
-						:src="selectedTags.includes(item)?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+						:src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 					</image>
 				</view>
 			</view>
@@ -159,7 +159,7 @@
 				<view class="left">
 					<view class="image">
 						<image
-							:src="selectedTags.length>0?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+							:src="selectedTags.length>0?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 						</image>
 					</view>
 					<view class="text">
@@ -218,7 +218,7 @@
 			<view class="pop-pop">
 				<view class="hander-one">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
+						<image src="https://i.ringzle.com/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
 						</image>
 					</view>
 					<view class="text">
@@ -244,7 +244,7 @@
 			<view class="pop-pop">
 				<view class="hander-one">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
+						<image src="https://i.ringzle.com/file/20240317/fdb4de4c4413429bb5a98b3f6c2bd856.png" mode="">
 						</image>
 					</view>
 					<view class="text">

+ 5 - 5
pages/home/index.vue

@@ -173,10 +173,10 @@
 				list: [],
 				statusClass: ['', 'green', 'blue', 'grey', 'grey'],
 				status: ['', '已预订', '已入住', '已退房', '已取消'],
-				icons: ['https://fsy.shengsi.gov.cn/file/20240316/11f5fb8c696445bfa3b4f711480f01ae.png',
-					'https://fsy.shengsi.gov.cn/file/20240316/67b6030b8e5b4270bb6bec4336966dbf.png',
-					'https://fsy.shengsi.gov.cn/file/20240316/f53883f0f0ba463aa63476d9a4370c3c.png',
-					'https://fsy.shengsi.gov.cn/file/20240316/fb22921cc3654a33998b50bf825eca18.png'
+				icons: ['https://i.ringzle.com/file/20240316/11f5fb8c696445bfa3b4f711480f01ae.png',
+					'https://i.ringzle.com/file/20240316/67b6030b8e5b4270bb6bec4336966dbf.png',
+					'https://i.ringzle.com/file/20240316/f53883f0f0ba463aa63476d9a4370c3c.png',
+					'https://i.ringzle.com/file/20240316/fb22921cc3654a33998b50bf825eca18.png'
 				],
 				page: 1,
 				limit: 10,
@@ -495,7 +495,7 @@
 		.bg {
 			width: 100%;
 			height: 743rpx;
-			background: url(https://fsy.shengsi.gov.cn/file/20240107/8bc656fc64fd4386a6b336a7dc8c86d0.png) no-repeat;
+			background: url(https://i.ringzle.com/file/20240107/8bc656fc64fd4386a6b336a7dc8c86d0.png) no-repeat;
 			background-size: 100% 100%;
 			box-sizing: border-box;
 

+ 1 - 1
pages/house/WriteOffResults.vue

@@ -3,7 +3,7 @@
 		<c-nav-bar title="核销结果" showIcon="true" :titleStyle="titleStyle"></c-nav-bar>
 
 		<view class="result">
-			<image src="https://fsy.shengsi.gov.cn/file/20240319/331e202150fa4f328b8441db8dc0415e.png" mode="aspectFill">
+			<image src="https://i.ringzle.com/file/20240319/331e202150fa4f328b8441db8dc0415e.png" mode="aspectFill">
 			</image>
 			<text>核销成功</text>
 			<view>¥<span>{{price}}</span></view>

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 753 - 753
pages/house/orderDetails.vue


+ 1 - 1
pages/house/orderInfo.vue

@@ -7,7 +7,7 @@
 				<text class="dtitle" style="margin-right: 50rpx;">{{orderInfo.guestName}}</text>
 				<text class="dtitle" style="margin-right: 20rpx;">{{orderInfo.guestPhoneCopy}}</text>
 				<image class="callphone"
-					src="https://fsy.shengsi.gov.cn/file/20240605/20affd94bb514035b654823fefcaba2e.png"
+					src="https://i.ringzle.com/file/20240605/20affd94bb514035b654823fefcaba2e.png"
 					@click="callPhone(orderInfo.guestPhone)"></image>
 			</view>
 			<!-- 房间信息  -->

+ 1 - 1
pages/login/appIndex.vue

@@ -101,7 +101,7 @@
 
 <style scoped lang="less">
 	.page{
-		background: url(https://fsy.shengsi.gov.cn/file/20240109/472b6b7b9ea44652b85e73c796876378.png) no-repeat;
+		background: url(https://i.ringzle.com/file/20240109/472b6b7b9ea44652b85e73c796876378.png) no-repeat;
 		background-size: 100% 100%;
 		display: flex;
 		align-items: center;

+ 19 - 19
pages/login/apply.vue

@@ -1,16 +1,16 @@
-<template>
-	<view class="page" :style="{'height':h+'px','padding-top':mt+'px'}">
-		<c-nav-bar title="选择门店" backUrl="/pages/login/index" :showHome="false"></c-nav-bar>
+<template>
+	<view class="page" :style="{'height':h+'px','padding-top':mt+'px'}">
+		<c-nav-bar title="选择门店" backUrl="/pages/login/index" :showHome="false"></c-nav-bar>
 		<view class="info">
-			<image src="https://fsy.shengsi.gov.cn/file/20240624/82fbe7909bc4463d99f45351f5b62580.png"></image>
+			<image src="https://i.ringzle.com/file/20240624/82fbe7909bc4463d99f45351f5b62580.png"></image>
 			<view class="text">您暂未入驻,还没有门店信息 请去“游嵊泗”小程序用户端 提交资料申请入驻~</view>
 		</view>
-		<view class="apply" @tap="apply">申请入驻</view>
-	</view>
-</template>
-
-<script>
-	export default {
+		<view class="apply" @tap="apply">申请入驻</view>
+	</view>
+</template>
+
+<script>
+	export default {
 		methods: {
 			apply(){
 				uni.navigateToMiniProgram({
@@ -23,13 +23,13 @@
 						this.$showToast('跳转“游嵊泗”小程序失败')
 					}
 				})
-			}
-		}
-	}
-</script>
-
-<style scoped lang="less">
-	.page {
+			}
+		}
+	}
+</script>
+
+<style scoped lang="less">
+	.page {
 		background: #F5F8FA;
 		display: flex;
 		flex-direction: column;
@@ -77,6 +77,6 @@
 			font-size: 32rpx;
 			color: #FFFFFF;
 			letter-spacing: 2rpx;
-		}
-	}
+		}
+	}
 </style>

+ 2 - 2
pages/login/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px'}">
 		<view class="box">
-			<!-- 	<image src="https://fsy.shengsi.gov.cn/file/20240109/d6c4691423cf40c2bdf9210d389cdd1e.png"></image>
+			<!-- 	<image src="https://i.ringzle.com/file/20240109/d6c4691423cf40c2bdf9210d389cdd1e.png"></image>
 			<view class="text">您好!欢迎使用<br>游嵊泗商家服务平台</view> -->
 			<!-- <view class="" @click="aa()">核销</view> -->
 			<view class="login">
@@ -77,7 +77,7 @@
 
 <style scoped lang="less">
 	.page {
-		background: url(https://fsy.shengsi.gov.cn/file/20240523/474a7a2656cb499d851cf7665f9d7d6a.png) no-repeat;
+		background: url(https://i.ringzle.com/file/20240523/474a7a2656cb499d851cf7665f9d7d6a.png) no-repeat;
 		background-size: 100% 100%;
 		display: flex;
 		align-items: center;

+ 1 - 1
pages/login/select.vue

@@ -111,7 +111,7 @@
 			margin: 20rpx 30rpx 0;
 			padding: 0 30rpx 0 60rpx;
 			box-sizing: border-box;
-			background: url(https://fsy.shengsi.gov.cn/file/20240109/1ee084be17f74dde94617dcb7f7c8af3.png) no-repeat;
+			background: url(https://i.ringzle.com/file/20240109/1ee084be17f74dde94617dcb7f7c8af3.png) no-repeat;
 			background-size: 100% 100%;
 			display: flex;
 			align-items: center;

+ 1 - 1
pages/my/houseList.vue

@@ -157,7 +157,7 @@
 				console.log(url)
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload',
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload',
 						filePath: url,
 						name: 'file',
 						header: {

+ 1 - 1
pages/my/houseList1.vue

@@ -281,7 +281,7 @@
 				console.log(url)
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload',
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload',
 						filePath: url,
 						name: 'file',
 						header: {

+ 6 - 6
pages/my/index.vue

@@ -52,25 +52,25 @@
 					fontWeight: "bold",
 					color: '#FFFFFF'
 				},
-				avatar: 'https://fsy.shengsi.gov.cn/file/20240107/d61321708599457bbcca1c089154e635.png',
+				avatar: 'https://i.ringzle.com/file/20240107/d61321708599457bbcca1c089154e635.png',
 				name: '未知',
 				menus: [{
-						img: 'https://fsy.shengsi.gov.cn/file/20240107/83bca90dfb3f4b1fba36115dc7269219.png',
+						img: 'https://i.ringzle.com/file/20240107/83bca90dfb3f4b1fba36115dc7269219.png',
 						title: '待确认',
 						path: ''
 					},
 					{
-						img: 'https://fsy.shengsi.gov.cn/file/20240107/7e7825255bbc4d06ae5d75e7bb23db71.png',
+						img: 'https://i.ringzle.com/file/20240107/7e7825255bbc4d06ae5d75e7bb23db71.png',
 						title: '未支付',
 						path: ''
 					},
 					{
-						img: 'https://fsy.shengsi.gov.cn/file/20240107/c368a627821244929ab6477acb46fb15.png',
+						img: 'https://i.ringzle.com/file/20240107/c368a627821244929ab6477acb46fb15.png',
 						title: '已预订',
 						path: ''
 					},
 					{
-						img: 'https://fsy.shengsi.gov.cn/file/20240107/656b5cc9e9514a08a3f2abd86d86b4ca.png',
+						img: 'https://i.ringzle.com/file/20240107/656b5cc9e9514a08a3f2abd86d86b4ca.png',
 						title: '已取消',
 						path: ''
 					}
@@ -109,7 +109,7 @@
 			width: 100%;
 			height: 412rpx;
 			padding: 0 60rpx;
-			background: url(https://fsy.shengsi.gov.cn/file/20240107/fc66824bcef14a3b9e19f8b966a128c7.png) no-repeat;
+			background: url(https://i.ringzle.com/file/20240107/fc66824bcef14a3b9e19f8b966a128c7.png) no-repeat;
 			background-size: 100% 100%;
 			box-sizing: border-box;
 			position: relative;

+ 3 - 3
pages/my/roomType.vue

@@ -9,7 +9,7 @@
 			</view>
 			<view class="right" @click="showList">
 				<view class="image">
-					<image src="https://fsy.shengsi.gov.cn/file/20240619/0a897090737641b5b4111899617a8085.png" mode="">
+					<image src="https://i.ringzle.com/file/20240619/0a897090737641b5b4111899617a8085.png" mode="">
 					</image>
 				</view>
 				<view class="text">
@@ -22,7 +22,7 @@
 			<view class="left" v-if="Selected==true" @tap="selectPerson(item,index)">
 				<view class="image">
 					<image
-						:src="selectedTags.includes(item)?'https://fsy.shengsi.gov.cn/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://fsy.shengsi.gov.cn/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
+						:src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://i.ringzle.com/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
 					</image>
 				</view>
 			</view>
@@ -46,7 +46,7 @@
 				<view class="left">
 					<view class="image">
 						<image
-							:src="selectedTags.length>0?'https://fsy.shengsi.gov.cn/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://fsy.shengsi.gov.cn/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
+							:src="selectedTags.length>0?'https://i.ringzle.com/file/20240619/ab6bcbe73e114802a93baa7c40c7ac97.png':'https://i.ringzle.com/file/20240619/bf140a7159e249e7bf47be677a5d9585.png'">
 						</image>
 					</view>
 					<view class="text">

+ 6 - 6
pagesHouse/HotelMerchandise/index.vue

@@ -22,7 +22,7 @@
 				</view>
 				<view class="right" @click="showList">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
+						<image src="https://i.ringzle.com/file/20240313/f3d301b3bc4544ffaf5a0d96a761dd00.png" mode="">
 						</image>
 					</view>
 					<view class="text">
@@ -47,7 +47,7 @@
 										</view>
 										<view class="image" v-if="areaShowIndex == index">
 											<image
-												src="https://fsy.shengsi.gov.cn/file/20240316/16dd69efb40242de83da8207539ec73e.png"
+												src="https://i.ringzle.com/file/20240316/16dd69efb40242de83da8207539ec73e.png"
 												mode=""></image>
 										</view>
 									</view>
@@ -63,7 +63,7 @@
 										</view>
 										<view class="image" v-if="areaShowIndex == index">
 											<image
-												src="https://fsy.shengsi.gov.cn/file/20240316/16dd69efb40242de83da8207539ec73e.png"
+												src="https://i.ringzle.com/file/20240316/16dd69efb40242de83da8207539ec73e.png"
 												mode=""></image>
 										</view>
 									</view>
@@ -80,7 +80,7 @@
 			<view class="left" v-if="Selected==true">
 				<view class="image">
 					<image @tap="selectPerson(item,index)"
-						:src="selectedTags.includes(item)?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+						:src="selectedTags.includes(item)?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 					</image>
 				</view>
 			</view>
@@ -171,7 +171,7 @@
 				<view class="left">
 					<view class="image">
 						<image
-							:src="selectedTags.length>0?'https://fsy.shengsi.gov.cn/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://fsy.shengsi.gov.cn/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
+							:src="selectedTags.length>0?'https://i.ringzle.com/file/20240228/c741a340e19642c59473e6f4a6d2f4be.png':'https://i.ringzle.com/file/20231027/db588133d67548fc82dfb0d128eac9a8.png'">
 						</image>
 					</view>
 					<view class="text">
@@ -399,7 +399,7 @@
 					// 	json.name = item.dictLabel;
 					// 	json.type = item.dictValue;
 					// 	json.icon =
-					// 		'https://fsy.shengsi.gov.cn/file/20231125/a314703e463d43c7808714d1b29632ad.png';
+					// 		'https://i.ringzle.com/file/20231125/a314703e463d43c7808714d1b29632ad.png';
 					// 	return json
 					// })					
 				})

+ 6 - 6
pagesHouse/Mine/Businesses/Businesses.vue

@@ -293,7 +293,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -320,7 +320,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -346,7 +346,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -372,7 +372,7 @@
 			// 		success: chooseImageRes => {
 			// 			const tempFilePaths = chooseImageRes.tempFilePaths;
 			// 			uni.uploadFile({
-			// 				url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+			// 				url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 			// 				filePath: tempFilePaths[0],
 			// 				name: 'file',
 			// 				header: {
@@ -398,7 +398,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -424,7 +424,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {

+ 6 - 6
pagesHouse/Mine/Businesses/Catering.vue

@@ -301,7 +301,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -328,7 +328,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -354,7 +354,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -380,7 +380,7 @@
 			// 		success: chooseImageRes => {
 			// 			const tempFilePaths = chooseImageRes.tempFilePaths;
 			// 			uni.uploadFile({
-			// 				url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+			// 				url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 			// 				filePath: tempFilePaths[0],
 			// 				name: 'file',
 			// 				header: {
@@ -406,7 +406,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {
@@ -432,7 +432,7 @@
 					success: chooseImageRes => {
 						const tempFilePaths = chooseImageRes.tempFilePaths;
 						uni.uploadFile({
-							url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+							url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 							filePath: tempFilePaths[0],
 							name: 'file',
 							header: {

+ 2 - 2
pagesHouse/Mine/PersonalEditing/PersonalEditing.vue

@@ -112,7 +112,7 @@
 						this.list = res.data.data;
 						if (!res.data.data.shopSign) {
 							this.list.shopSign =
-								'https://fsy.shengsi.gov.cn/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
+								'https://i.ringzle.com/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
 						}
 					}
 				})
@@ -126,7 +126,7 @@
 						this.$api.detectionContent(tempFilePaths[0], 2).then(result => {
 							if (result.code === 0) {
 								uni.uploadFile({
-									url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+									url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 									filePath: tempFilePaths[0],
 									name: 'file',
 									header: {

+ 11 - 11
pagesHouse/Mine/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page" :style="{'min-height':(h-th)+'px','padding-top':mt+'px'}">
-		<image class="bg_img" src="https://fsy.shengsi.gov.cn/file/20240129/3931d06eaa3346c9955aa7e5e535a95b.png"
+		<image class="bg_img" src="https://i.ringzle.com/file/20240129/3931d06eaa3346c9955aa7e5e535a95b.png"
 			mode="widthFix"></image>
 		<!-- <view class="account" :style="{'margin-top':(mt-44)+'px'}"> -->
 		<view class="account">
@@ -12,7 +12,7 @@
 					<text>{{dto.name==''?'临时商户':dto.name}}</text>
 					<view class="ane_edit" @tap="toTurn('/pagesHouse/Mine/PersonalEditing/PersonalEditing',true)">
 						<text>编辑</text>
-						<image src="https://fsy.shengsi.gov.cn/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>
+						<image src="https://i.ringzle.com/file/20240129/e824a765b6c24ac6aafbb49b12c23aa9.png"></image>
 					</view>
 				</view>
 			</view>
@@ -86,27 +86,27 @@
 				h: uni.getSystemInfoSync().windowHeight,
 				w: uni.getSystemInfoSync().windowWidth,
 				mt: uni.getSystemInfoSync().statusBarHeight + 44,
-				avatar: 'https://fsy.shengsi.gov.cn/file/20240129/5b4a757190334fa7ae8616620c770bc4.png', 
+				avatar: 'https://i.ringzle.com/file/20240129/5b4a757190334fa7ae8616620c770bc4.png', 
 				name: '游客',
 				orderMenus: [ //type:1 待付款、2 待使用、3 待评价、4 退款/售后
 					{
 						type: 0,
-						img: 'https://fsy.shengsi.gov.cn/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
+						img: 'https://i.ringzle.com/file/20240129/818fa751cf8d4772ac1cf818522a7f54.png',
 						text: '待支付'
 					},
 					{
 						type: 4,
-						img: 'https://fsy.shengsi.gov.cn/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
+						img: 'https://i.ringzle.com/file/20240129/c4ef5f92f5274dbe9e281ad509571fc3.png',
 						text: '待使用'
 					},
 					{
 						type: 3,
-						img: 'https://fsy.shengsi.gov.cn/file/20240129/2a73e5e9afcf4d759b31e5332a21d012.png',
+						img: 'https://i.ringzle.com/file/20240129/2a73e5e9afcf4d759b31e5332a21d012.png',
 						text: '已完成'
 					},
 					{
 						type: -3,
-						img: 'https://fsy.shengsi.gov.cn/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
+						img: 'https://i.ringzle.com/file/20240129/f3fd049aaffb4768aa115572851a2bb1.png',
 						text: '退款/售后'
 					}
 				],
@@ -133,7 +133,7 @@
 						this.dto = res.data.data;
 						if (!res.data.data.shopSign) {
 							this.dto.shopSign =
-								'https://fsy.shengsi.gov.cn/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
+								'https://i.ringzle.com/file/20240225/26feb8cc8f744123a980211ebdfb8d40.png';
 						}
 						//this.shopImgs = res.data.data.split(',');
 					}
@@ -290,7 +290,7 @@
 				// text-align: right;
 				font-size: 24rpx;
 				color: #808080;
-				background-image: url('https://fsy.shengsi.gov.cn/file/20240129/dcf2338517e344c697ef7cd853ce2234.png');
+				background-image: url('https://i.ringzle.com/file/20240129/dcf2338517e344c697ef7cd853ce2234.png');
 				background-repeat: no-repeat;
 				background-size: 100% 100%;
 				width: 240rpx;
@@ -328,7 +328,7 @@
 		.wallet {
 			margin-top: 32rpx;
 			padding: 34rpx 40rpx 30rpx 31rpx;
-			// background: url(https://fsy.shengsi.gov.cn/file/20240129/062264cb5e224845b86e4567c2ec37a6.png) no-repeat;
+			// background: url(https://i.ringzle.com/file/20240129/062264cb5e224845b86e4567c2ec37a6.png) no-repeat;
 			// background-size: 100% 100%;
 			background-color: #fff;
 			display: flex;
@@ -397,7 +397,7 @@
 				// height: 60rpx;
 				// background: linear-gradient(270deg, #D6F6ED 0%, #FFFFFF 100%);
 				background-color: #007A69;
-				background-image: url('https://fsy.shengsi.gov.cn/file/20240225/b918fbd7e3424908a10497c4e4f71fda.png');
+				background-image: url('https://i.ringzle.com/file/20240225/b918fbd7e3424908a10497c4e4f71fda.png');
 				background-repeat: no-repeat;
 				background-size: 100% 100%;
 				border-radius: 36rpx;

+ 1 - 1
pagesHouse/Mine/ordersList/outcome.vue

@@ -3,7 +3,7 @@
 
 		<view class="result">
 			<view class="image">
-				<image src="https://fsy.shengsi.gov.cn/file/20240225/1667bc4cf6fa41b48a0ad18ffe1aa7c2.png" mode="aspectFill">
+				<image src="https://i.ringzle.com/file/20240225/1667bc4cf6fa41b48a0ad18ffe1aa7c2.png" mode="aspectFill">
 				</image>
 			</view>
 			<text>核销成功</text>

+ 3 - 3
pagesHouse/Verification/check.vue

@@ -44,7 +44,7 @@
 				<view class="txt" v-for="(t,i) in types" :key="i" @click="typeIndex=i" :class="typeIndex==i?'on':''">
 					{{t.boatNo}}
 					<image v-if="typeIndex==i"
-						src="https://fsy.shengsi.gov.cn/file/20240320/b458b03f8f654a51a921656b8aa955de.png"></image>
+						src="https://i.ringzle.com/file/20240320/b458b03f8f654a51a921656b8aa955de.png"></image>
 				</view>
 
 			</view>
@@ -263,12 +263,12 @@
 			}
 
 			.bg2 {
-				background: url('https://fsy.shengsi.gov.cn/file/20240316/3fc9f6a78557492e98caa50392411e3a.png') no-repeat center;
+				background: url('https://i.ringzle.com/file/20240316/3fc9f6a78557492e98caa50392411e3a.png') no-repeat center;
 				background-size: 100%;
 			}
 
 			.bg1 {
-				background: url('https://fsy.shengsi.gov.cn/file/20240316/8a927d5d4da84728b6bb0896541baccf.png') no-repeat center;
+				background: url('https://i.ringzle.com/file/20240316/8a927d5d4da84728b6bb0896541baccf.png') no-repeat center;
 				background-size: 100%;
 			}
 		}

+ 3 - 3
pagesHouse/Verification/checkApp.vue

@@ -44,7 +44,7 @@
 				<view class="txt" v-for="(t,i) in types" :key="i" @click="typeIndex=i" :class="typeIndex==i?'on':''">
 					{{t.boatNo}}
 					<image v-if="typeIndex==i"
-						src="https://fsy.shengsi.gov.cn/file/20240320/b458b03f8f654a51a921656b8aa955de.png"></image>
+						src="https://i.ringzle.com/file/20240320/b458b03f8f654a51a921656b8aa955de.png"></image>
 				</view>
 
 			</view>
@@ -305,12 +305,12 @@
 			}
 
 			.bg2 {
-				background: url('https://fsy.shengsi.gov.cn/file/20240316/3fc9f6a78557492e98caa50392411e3a.png') no-repeat center;
+				background: url('https://i.ringzle.com/file/20240316/3fc9f6a78557492e98caa50392411e3a.png') no-repeat center;
 				background-size: 100%;
 			}
 
 			.bg1 {
-				background: url('https://fsy.shengsi.gov.cn/file/20240316/8a927d5d4da84728b6bb0896541baccf.png') no-repeat center;
+				background: url('https://i.ringzle.com/file/20240316/8a927d5d4da84728b6bb0896541baccf.png') no-repeat center;
 				background-size: 100%;
 			}
 		}

+ 1 - 1
pagesHouse/Verification/details.vue

@@ -19,7 +19,7 @@
 			<view class="ticketInfo">
 				<view class="hander-titles">
 					<view class="image">
-						<image src="https://fsy.shengsi.gov.cn/file/20240225/0db2e93d80054b459c6e40466fa852c0.png" mode="">
+						<image src="https://i.ringzle.com/file/20240225/0db2e93d80054b459c6e40466fa852c0.png" mode="">
 						</image>
 					</view>
 					<view class="names">

+ 1 - 1
pagesHouse/Verification/ems.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="page" :style="{'min-height':(h)+'px','padding-top':mt+'px'}">
 	<c-nav-bar title="核销"></c-nav-bar>
-		<image @click="hexiao" src="https://fsy.shengsi.gov.cn/file/20240317/d5f047e986a04bff9cfbfef2c5dab095.png"></image>
+		<image @click="hexiao" src="https://i.ringzle.com/file/20240317/d5f047e986a04bff9cfbfef2c5dab095.png"></image>
 		
 		
 	</view>

+ 1 - 1
pagesHouse/Verification/handiwork.vue

@@ -7,7 +7,7 @@
 
 					</view>
 					<view class="one">
-						<image src="https://fsy.shengsi.gov.cn/file/20240225/dc4ab62598874a89ae24f26d30d631d1.png" mode="">
+						<image src="https://i.ringzle.com/file/20240225/dc4ab62598874a89ae24f26d30d631d1.png" mode="">
 						</image>
 					</view>
 				</view>

+ 6 - 6
pagesHouse/home/index.vue

@@ -110,11 +110,11 @@
 		data() {
 			return {
 				merchantName: uni.getStorageSync('merchantName'),
-				emg: 'https://fsy.shengsi.gov.cn/file/20240224/91173dde1cb44b139129e12ad4971f1d.png',
-				icons: ['https://fsy.shengsi.gov.cn/file/20240316/cb736aa1ebea42b68f73a0532bac1875.png',
-					'https://fsy.shengsi.gov.cn/file/20240224/70ab9f9d1a144c95927dedc6e84bcce7.png',
-					'https://fsy.shengsi.gov.cn/file/20240224/3f990c250f444ac9a5d9f334f322c98e.png',
-					'https://fsy.shengsi.gov.cn/file/20240224/7ca1bfa6e348438e83edc5af0589f847.png'
+				emg: 'https://i.ringzle.com/file/20240224/91173dde1cb44b139129e12ad4971f1d.png',
+				icons: ['https://i.ringzle.com/file/20240316/cb736aa1ebea42b68f73a0532bac1875.png',
+					'https://i.ringzle.com/file/20240224/70ab9f9d1a144c95927dedc6e84bcce7.png',
+					'https://i.ringzle.com/file/20240224/3f990c250f444ac9a5d9f334f322c98e.png',
+					'https://i.ringzle.com/file/20240224/7ca1bfa6e348438e83edc5af0589f847.png'
 				],
 				info: {},
 				list: [],
@@ -329,7 +329,7 @@
 			width: 100%;
 			height: auto;
 			padding: 0 18rpx;
-			background: url(https://fsy.shengsi.gov.cn/file/20240224/343febca7aa149c5aa0ee8c9365b2d3e.png) no-repeat;
+			background: url(https://i.ringzle.com/file/20240224/343febca7aa149c5aa0ee8c9365b2d3e.png) no-repeat;
 			background-size: 100% 100%;
 			box-sizing: border-box;
 

+ 1 - 1
pagesHouse/home/orderBillDetail.vue

@@ -2,7 +2,7 @@
 	<view class="page" :style="{'min-height':(h-th)+'px','padding-top':mt+'px'}">
 		<c-nav-bar title="账单详情"></c-nav-bar>
 		<view class="box">
-			<image src="https://fsy.shengsi.gov.cn/file/20240224/d2b9acd9522747ac89239dcde0894c93.png"></image>
+			<image src="https://i.ringzle.com/file/20240224/d2b9acd9522747ac89239dcde0894c93.png"></image>
 			<text class="tit" v-if="merchantType==10">{{infoMation.playDate}}
 				{{infoMation.playTime}}出发/{{infoMation.orderType==2?'包船':'拼船'}}/{{infoMation.boatNo}}</text>
 			<text class="tit" v-else>{{infoMation.productName}}</text>

+ 2 - 2
pagesMy/code/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px','padding-top':mt+'px'}">
 		<c-nav-bar title="预订二维码" :showHome="false"></c-nav-bar>
-		<image src="https://fsy.shengsi.gov.cn/file/20240115/4cfb2a681dba4431800e88ba903d61a6.png" class="title" mode="widthFix"></image>
+		<image src="https://i.ringzle.com/file/20240115/4cfb2a681dba4431800e88ba903d61a6.png" class="title" mode="widthFix"></image>
 		<view class="code">
 			<image :src="img" mode="scaleToFill"></image>
 		</view>
@@ -33,7 +33,7 @@
 <style scoped lang="less">
 	.page{
 		box-sizing: border-box;
-		background: url(https://fsy.shengsi.gov.cn/file/20240115/95e355588e3c4df9847d3a586d79aa44.png) no-repeat;
+		background: url(https://i.ringzle.com/file/20240115/95e355588e3c4df9847d3a586d79aa44.png) no-repeat;
 		background-size: 100% 100%;
 		display: flex;
 		flex-direction: column;

+ 1 - 1
pagesMy/stayInfo/roomPosition.vue

@@ -234,7 +234,7 @@
 			uploadFilePromise(url) {
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 						filePath: url,
 						name: 'file',
 						formData: {

+ 1 - 1
pagesMy/stayInfo/stayInfo.vue

@@ -122,7 +122,7 @@
 			uploadFilePromise(url) {
 				return new Promise((resolve, reject) => {
 					let a = uni.uploadFile({
-						url: 'https://fsy.shengsi.gov.cn/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
+						url: 'https://i.ringzle.com/island-cloud-server/oss/file/upload', // 仅为示例,非真实的接口地址
 						filePath: url,
 						name: 'file',
 						formData: {