Kaynağa Gözat

更新域名

zhuxiuping 2 yıl önce
ebeveyn
işleme
64aee42357

+ 1 - 1
config/index.js

@@ -15,7 +15,7 @@ module.exports = {
     proxyTable: devEnv.OPEN_PROXY === false ? {} : {
       '/proxyApi': {
         // target: 'http://192.168.0.131:8171/sqx_fast/',
-        target: 'https://www.daweilinli.com/sqx_fast/',
+        target: 'https://mxys.chuanghai-tech.com/sqx_fast/',
         changeOrigin: true,
         pathRewrite: {
           '^/proxyApi': ''

+ 2 - 2
src/utils/httpRequest.js

@@ -44,7 +44,7 @@ http.interceptors.response.use(response => {
 http.adornUrl = (actionName) => {
   // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截!
   // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
-	return 'https://www.daweilinli.com/sqx_fast/' + actionName
+	return 'https://mxys.chuanghai-tech.com/sqx_fast/' + actionName
 	// return 'http://192.168.0.131:8171/sqx_fast/' + actionName
 }
 
@@ -56,7 +56,7 @@ http.adornUrl2 = (actionName) => {
 http.adornWss = (actionName) => {
   // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截!
   // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
-	return 'wss://www.daweilinli.com/wss/' + actionName
+	return 'wss://mxys.chuanghai-tech.com/wss/' + actionName
 	// return 'http://192.168.0.119:8171/sqx_fast/' + actionName
 }
 /**

+ 2 - 2
src/views/allocation/allocationList.vue

@@ -304,7 +304,7 @@
         	<div
         		style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
         		<el-upload class="avatar-uploader" v-model="form.value"
-        			action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+        			action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
         			:on-success="handleAvatarSuccess">
         			<img v-if="form.value" :src="form.value" class="avatar"
         				style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -319,7 +319,7 @@
           <div v-else-if="form.conditionFrom=='image'"
           	style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
           	<el-upload class="avatar-uploader" v-model="form.value"
-          		action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+          		action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
           		:on-success="handleAvatarSuccess">
           		<img v-if="form.value" :src="form.value" class="avatar"
           			style="border-radius: 6px;width: 140px;height: 140px;" />

+ 1 - 1
src/views/allocation/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-    action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+    action:  'https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 5 - 5
src/views/banner/bannerList.vue

@@ -107,7 +107,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="imageUrl"
-              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="imageUrl" :src="imageUrl" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -198,7 +198,7 @@
 					<div
 						style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="imageUrl"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess">
 							<img v-if="imageUrl" :src="imageUrl" class="avatar"
 								style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -275,7 +275,7 @@
 					<div
 						style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="imageUrl"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess">
 							<img v-if="imageUrl" :src="imageUrl" class="avatar"
 								style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -362,7 +362,7 @@
 					<div
 						style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="imageUrl"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess2">
 							<img v-if="form.imageUrl" :src="form.imageUrl" class="avatar"
 								style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -397,7 +397,7 @@
 				<div
 					style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 					<el-upload class="avatar-uploader" v-model="imageUrl"
-						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess">
 						<img v-if="imageUrl" :src="imageUrl" class="avatar"
 							style="border-radius: 6px;width: 148px;height: 148px;" />

+ 2 - 2
src/views/coupon/coupon.vue

@@ -113,7 +113,7 @@
 				<div
 					style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
 					<el-upload class="avatar-uploader" v-model="couponPicture"
-						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess1">
 						<img v-if="couponPicture" :src="couponPicture" class="avatar"
 							style="width: 148px;height: 148px;" />
@@ -158,7 +158,7 @@
 					<div
 						style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
 						<el-upload class="avatar-uploader" v-model="form.couponPicture"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess2">
 							<img v-if="form.couponPicture" :src="form.couponPicture" class="avatar"
 								style="width: 148px;height: 148px;" />

+ 2 - 2
src/views/coupon/couponShop.vue

@@ -63,7 +63,7 @@
         <div
           style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
           <el-upload class="avatar-uploader" v-model="couponPicture"
-            action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+            action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess1">
             <img v-if="couponPicture" :src="couponPicture" class="avatar" style="width: 148px;height: 148px;" />
             <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -103,7 +103,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="form.couponPicture"
-              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess2">
               <img v-if="form.couponPicture" :src="form.couponPicture" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 3 - 3
src/views/fitment/fitmentList.vue

@@ -528,7 +528,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="imageUrl"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess"
 							>
@@ -553,7 +553,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="imageUrl2"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess2"
 							>
@@ -584,7 +584,7 @@
 		   	<el-upload
 		   		class="avatar-uploader"
 		   		v-model="imageUrl"
-		   		action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+		   		action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 		   		:show-file-list="false"
 		   		:on-success="handleAvatarSuccess3"
 		   		>

+ 2 - 2
src/views/integral/integral.vue

@@ -100,7 +100,7 @@
 				  </span>
 				</div>
 				<div class="imgs" style="width: 50%;">
-				  <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+				  <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
 				    :show-file-list="false" :on-success="handleRemove" :on-progress="onprogress1">
 				    <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
 				    </el-progress>
@@ -159,7 +159,7 @@
 					  </span>
 					</div>
 					<div class="imgs" style="width: 50%;">
-					  <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+					  <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
 					    :show-file-list="false" :on-success="handleRemove" :on-progress="onprogress1">
 					    <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
 					    </el-progress>

+ 2 - 2
src/views/materials/materialsList.vue

@@ -98,7 +98,7 @@
           <div
             style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="picture"
-              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess">
               <img v-if="picture" :src="picture" class="avatar"
                 style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -130,7 +130,7 @@
             <div
               style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
               <el-upload class="avatar-uploader" v-model="picture"
-                action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                 :on-success="handleAvatarSuccess2">
                 <img v-if="formwz.picture" :src="formwz.picture" class="avatar"
                   style="border-radius: 6px;width: 148px;height: 148px;" />

+ 1 - 1
src/views/members/vipPrivilege.vue

@@ -39,7 +39,7 @@
         <div
           style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
           <el-upload class="avatar-uploader" v-model="memberImg"
-            action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+            action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess">
             <img v-if="memberImg" :src="memberImg" class="avatar"
               style="border-radius: 6px;width: 148px;height: 148px;" />

+ 4 - 4
src/views/mission/mission.vue

@@ -299,17 +299,17 @@
 						<div v-if="scope.row.messageType==4">
 							<el-popover placement="top-start" title="" trigger="hover">
 								<img style="width: 50px; height: 50px"
-									:src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt=""
+									:src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt=""
 									slot="reference">
 								<img style="width: 200px; height: 200px"
-									:src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+									:src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
 							</el-popover>
 						</div>
 
 						<!-- <div  v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
-                <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
-                <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                <img style="width: 50px; height: 50px" :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
+                <img style="width: 200px; height: 200px" :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div> -->
 

+ 3 - 3
src/views/mission/system.vue

@@ -568,7 +568,7 @@
 						<el-upload
 							class="avatar-uploader"
 							v-model="picture"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 							:show-file-list="false"
 							:on-success="handleAvatarSuccess"
 							>
@@ -652,7 +652,7 @@
 				<el-upload
 					class="avatar-uploader"
 					v-model="imageUrl"
-					action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+					action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 					:show-file-list="false"
 					:on-success="handleAvatarSuccess1"
 					>
@@ -686,7 +686,7 @@
 		    	<el-upload
 		    		class="avatar-uploader"
 		    		v-model="imageUrl"
-		    		action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+		    		action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 		    		:show-file-list="false"
 		    		:on-success="handleAvatarSuccess2"
 		    		>

+ 2 - 2
src/views/runErrands/bannerList.vue

@@ -222,7 +222,7 @@
 				<div
 					style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 					<el-upload class="avatar-uploader" v-model="imageUrl"
-						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess">
 						<img v-if="imageUrl" :src="imageUrl" class="avatar"
 							style="border-radius: 6px;width: 148px;height: 148px;" />
@@ -254,7 +254,7 @@
 					<div
 						style=" width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="imageUrl"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess2">
 							<img v-if="form.imageUrl" :src="form.imageUrl" class="avatar"
 								style="border-radius: 6px;width: 148px;height: 148px;" />

+ 1 - 1
src/views/runErrands/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-    action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+    action:  'https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 1 - 1
src/views/selfShop/quill-config.js

@@ -1,6 +1,6 @@
 /*富文本编辑图片上传配置*/
 const uploadConfig = {
-    action:  'https://www.daweilinli.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
+    action:  'https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload',  // 必填参数 图片上传地址
     methods: 'POST',  // 必填参数 图片上传方式
     token: '',  // 可选参数 如果需要token验证,假设你的token有存放在sessionStorage
     name: 'file',  // 必填参数 文件的参数名

+ 5 - 5
src/views/selfShop/shopAmend.vue

@@ -86,7 +86,7 @@
 					<div
 						style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 						<el-upload class="avatar-uploader" v-model="goodsCover"
-							action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+							action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 							:on-success="handleAvatarSuccess1">
 							<img v-if="goodsCover" :src="goodsCover" class="avatar"
 								style="width: 148px;height: 148px;" />
@@ -106,7 +106,7 @@
 						</div>
 					</div>
 					<div>
-						<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+						<el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 							list-type="picture-card" :on-success="handleUploadSuccess" :on-change="handleChange"
 							:on-remove="handleRemove">
 							<i class="el-icon-plus"></i>
@@ -215,7 +215,7 @@
                     <div class="imgWrap"
                       style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                       <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                        action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                        action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                         :on-success="handleAvatarSuccess">
                         <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                           style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index"/>
@@ -275,7 +275,7 @@
                     <div class="imgWrap"
                       style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                       <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                        action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                        action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                         :on-success="handleAvatarSuccess3">
                         <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                           style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index"/>
@@ -328,7 +328,7 @@
 					</div>
 				</div>
 				<div class="imgs" style="width: 50%;">
-					<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+					<el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 						list-type="picture-card" :show-file-list="false" :on-success="handleUploadSuccessXq"
 						:on-progress="onprogress1">
 						<el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">

+ 4 - 4
src/views/selfShop/shopConfig.vue

@@ -32,7 +32,7 @@
 			<div style = "margin-bottom: 10px;display: flex;">
 				<span style = "width: 200px;display: inline-block;text-align: right;">图片地址:</span>
 				<div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess1">
 						<img v-if = "imgUrl" :src = "imgUrl" class = "avatar" style = "border-radius: 6px;width:148px;height: 148px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -53,7 +53,7 @@
 			<el-form :model = "form2">
 				<el-form-item label = "图片地址:" :label-width = "formLabelWidth">
 				 <div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height:148px;">
-					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "imgUrl" action = "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess3">
 						<img v-if = "form2.imgUrl" :src = "form2.imgUrl" class = "avatar" style = "border-radius: 6px;width:148px;height: 148px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -119,7 +119,7 @@
 			<div style = "display: flex;">
 				<span style = "width: 200px;display: inline-block;text-align: right;">图片:</span>
 				<div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-					<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
+					<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess4">
 						<img v-if = "image_url" :src = "image_url" class = "avatar" style = "border-radius: 6px;width: 86px;height: 86px;"/>
 						<i v-else class = "el-icon-plus avatar-uploader-icon"></i>
@@ -148,7 +148,7 @@
 			  </el-form-item>
 			  <el-form-item label = "图片:" :label-width = "formLabelWidth">
 			   <div style = " width:148px;height:148px;border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
-			   	<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://www.daweilinli.com/sqx_fast/alioss/upload"
+			   	<el-upload class = "avatar-uploader" v-model = "image_url" action = "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
                      :show-file-list = "false" :on-success = "handleAvatarSuccess2">
 			   		<img v-if = "form1.image_url" :src = "form1.image_url" class = "avatar" style = "border-radius: 6px;width: 86px;height: 86px;"/>
 			   		<i v-else class = "el-icon-plus avatar-uploader-icon"></i>

+ 6 - 6
src/views/selfShop/shopPublish.vue

@@ -145,7 +145,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
             <el-upload class="avatar-uploader" v-model="goodsCover"
-              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess1">
               <img v-if="goodsCover" :src="goodsCover" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -164,7 +164,7 @@
 		    </div>
 		  </div>
 		  <div class="imgs" style="width: 50%;">
-		    <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+		    <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
 		      :show-file-list="false" :on-success="handleUploadSuccess" :on-progress="onprogress1">
 		      <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
 		      </el-progress>
@@ -180,7 +180,7 @@
 		  
 		  
           <!-- <div>
-            <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+            <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
               :on-success="handleUploadSuccess" :on-change="handleChange" :on-remove="handleRemove">
               <i class="el-icon-plus"></i>
             </el-upload>
@@ -283,7 +283,7 @@
                   <div class="imgWrap"
                     style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                     <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                      action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                      action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                       :on-success="handleAvatarSuccess">
                       <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                         style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index" />
@@ -356,7 +356,7 @@
                   <div class="imgWrap"
                     style=" width:60px;height:60px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 60px;">
                     <el-upload style="width: 60px;height: 60px;" class="avatar-uploader" v-model="scope.row.skuImg"
-                      action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                      action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                       :on-success="handleAvatarSuccess3">
                       <img v-if="scope.row.skuImg" :src="scope.row.skuImg" class="avatar"
                         style="border-radius: 6px;width:60px;height: 60px;" @click="curRowIndex=scope.$index" />
@@ -433,7 +433,7 @@
           </div>
         </div>
         <div class="imgs" style="width: 50%;">
-          <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+          <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
             :show-file-list="false" :on-success="handleUploadSuccessXq" :on-progress="onprogress1">
             <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">
             </el-progress>

+ 1 - 1
src/views/shopManagement/mission.vue

@@ -55,7 +55,7 @@
           <template slot-scope="scope">
             <img v-if="scope.row.avatar" :src="scope.row.avatar" width="60" height="60"/>
             <span v-else>
-              <img src="https://www.daweilinli.com/sqx_fast/logo.png" width="60" height="60" />
+              <img src="https://mxys.chuanghai-tech.com/sqx_fast/logo.png" width="60" height="60" />
             </span>
           </template>
         </el-table-column>

+ 1 - 1
src/views/shopManagement/shopsList.vue

@@ -77,7 +77,7 @@
           </span>
         </div>
         <div class="imgs" style="width: 50%;">
-          <el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload" list-type="picture-card"
+          <el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" list-type="picture-card"
             :show-file-list="false" :on-success="handleRemove" :on-progress="onprogress1">
             <el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1"></el-progress>
             <i v-else class="el-icon-plus"></i>

+ 1 - 1
src/views/shopsList/shopWallet.vue

@@ -129,7 +129,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="tixianData.cashQrCode"
-              action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess1">
               <img v-if="tixianData.cashQrCode" :src="tixianData.cashQrCode" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 2 - 2
src/views/shopsList/shopsList.vue

@@ -295,7 +295,7 @@
 				<div
 					style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;">
 					<el-upload class="avatar-uploader" v-model="shopCover"
-						action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+						action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
 						:on-success="handleAvatarSuccess1">
 						<img v-if="shopCover" :src="shopCover" class="avatar" style="width: 148px;height: 148px;" />
 						<i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -311,7 +311,7 @@
 					</span>
 				</div>
 				<div class="imgs" style="width: 50%;">
-					<el-upload action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+					<el-upload action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 						list-type="picture-card" :show-file-list="false" :on-success="handleRemove"
 						:on-progress="onprogress1">
 						<el-progress v-if="percentage1>0 && percentage1<100" type="circle" :percentage="percentage1">

+ 4 - 4
src/views/shopsList/shopsOrder.vue

@@ -231,16 +231,16 @@
             <div v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
                 <img style="width: 50px; height: 50px"
-                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                  :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                 <img style="width: 200px; height: 200px"
-                  :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                  :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div>
 
             <!-- <div  v-if="scope.row.messageType==4">
               <el-popover placement="top-start" title="" trigger="hover">
-                <img style="width: 50px; height: 50px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
-                <img style="width: 200px; height: 200px" :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                <img style="width: 50px; height: 50px" :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
+                <img style="width: 200px; height: 200px" :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
               </el-popover>
             </div> -->
 

+ 2 - 2
src/views/sysmission/missionAdd.vue

@@ -15,7 +15,7 @@
 			<el-upload
 				v-model="titlePicture"
 				:class="{hide:hideUpload}"
-				  action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+				  action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 				  :limit=1
 				  :on-success="handleUploadSuccess"
 				  list-type="picture-card"
@@ -166,7 +166,7 @@
 
                         xhr = new XMLHttpRequest();
                         xhr.withCredentials = false;
-                        xhr.open('POST', "https://www.daweilinli.com/sqx_fast/alioss/upload");
+                        xhr.open('POST', "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload");
                         xhr.onload = function () {
                             var json;
 

+ 2 - 2
src/views/sysmission/missionRedact.vue

@@ -15,7 +15,7 @@
 			<el-upload
 				v-model="titlePicture"
 				:class="{hide:hideUpload}"
-				  action="https://www.daweilinli.com/sqx_fast/alioss/upload"
+				  action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload"
 				  :limit=1
 				  :on-success="handleUploadSuccess"
 				  list-type="picture-card"
@@ -191,7 +191,7 @@
 
                         xhr = new XMLHttpRequest();
                         xhr.withCredentials = false;
-                        xhr.open('POST', "https://www.daweilinli.com/sqx_fast/alioss/upload");
+                        xhr.open('POST', "https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload");
                         xhr.onload = function () {
                             var json;
 

+ 2 - 2
src/views/topupmoney/topupmoney.vue

@@ -39,7 +39,7 @@
         <div
           style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
           <el-upload class="avatar-uploader" v-model="couponPicture"
-            action="https://www.daweilinli.com/tao/alioss/upload" :show-file-list="false"
+            action="https://mxys.chuanghai-tech.com/tao/alioss/upload" :show-file-list="false"
             :on-success="handleAvatarSuccess1">
             <img v-if="couponPicture" :src="couponPicture" class="avatar" style="width: 148px;height: 148px;" />
             <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>
@@ -78,7 +78,7 @@
           <div
             style=" width:148px;height:148px;background-color: #fbfdff; border: 1px dashed #c0ccda;border-radius: 6px;text-align: center;line-height: 148px;display: inline-block;">
             <el-upload class="avatar-uploader" v-model="form.couponPicture"
-              action="https://www.daweilinli.com/tao/alioss/upload" :show-file-list="false"
+              action="https://mxys.chuanghai-tech.com/tao/alioss/upload" :show-file-list="false"
               :on-success="handleAvatarSuccess2">
               <img v-if="form.couponPicture" :src="form.couponPicture" class="avatar" style="width: 148px;height: 148px;" />
               <i v-else class="el-icon-plus avatar-uploader-icon" style="font-size: 28px;color: #8c939d"></i>

+ 7 - 7
src/views/user/userDetail.vue

@@ -118,7 +118,7 @@
                   <th>图像</th>
                   <td class="border-rt">
                     <img
-                      :src="tableData.avatar ? tableData.avatar : 'https://www.daweilinli.com/sqx_fast/logo.png'"
+                      :src="tableData.avatar ? tableData.avatar : 'https://mxys.chuanghai-tech.com/sqx_fast/logo.png'"
                       width="80" height="80" />
                   </td>
                 </tr>
@@ -1138,9 +1138,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1192,9 +1192,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1467,9 +1467,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>

+ 7 - 7
src/views/user/userDetail1.vue

@@ -118,7 +118,7 @@
                   <th>图像</th>
                   <td class="border-rt">
                     <img
-                      :src="tableData.avatar ? tableData.avatar : 'https://www.daweilinli.com/sqx_fast/logo.png'"
+                      :src="tableData.avatar ? tableData.avatar : 'https://mxys.chuanghai-tech.com/sqx_fast/logo.png'"
                       width="80" height="80" />
                   </td>
                 </tr>
@@ -1138,9 +1138,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1192,9 +1192,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>
@@ -1467,9 +1467,9 @@
               <div v-if="scope.row.messageType==4">
                 <el-popover placement="top-start" title="" trigger="hover">
                   <img style="width: 50px; height: 50px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="" slot="reference">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="" slot="reference">
                   <img style="width: 200px; height: 200px"
-                    :src="'https://www.daweilinli.com/emoji/'+scope.row.content" alt="">
+                    :src="'https://mxys.chuanghai-tech.com/emoji/'+scope.row.content" alt="">
                 </el-popover>
               </div>
             </template>

+ 1 - 1
src/views/vueMchat/vueMchat.vue

@@ -156,7 +156,7 @@
               <!-- 上传文件 -->
               <div class="icon-item">
                 <el-upload class="avatar-uploader" v-model="coverImg"
-                  action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="false"
+                  action="https://mxys.chuanghai-tech.com/sqx_fast/alioss/upload" :show-file-list="false"
                   :on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload">
                   <div class="icon-item" title="发送文件">
                     <img class="icon-item-img" src="~@/assets/img/wenjian.png" />