浏览代码

更新域名

zhuxiuping 2 年之前
父节点
当前提交
81930279b9

+ 1 - 1
config/index.js

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

二进制
dist.zip


+ 3 - 3
src/utils/httpRequest.js

@@ -45,7 +45,7 @@ http.adornUrl = (actionName) => {
   // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截!
   // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
 // return 'https://chtech.ncjti.edu.cn/testingServer/waiMaiAdmin/' + actionName}
-	return 'https://www.daweilinli.com/sqx_fast/' + actionName}
+	return 'https://mxys.chuanghai-tech.com/sqx_fast/' + actionName}
 
 http.adornUrl2 = (actionName) => {
   // 非生产环境 && 开启代理, 接口前缀统一使用[/tao/]前缀做代理拦截!
@@ -56,11 +56,11 @@ http.adornUrlMsg = (actionName) => {
   // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截!
   // return (process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? '/proxyApi/' : window.SITE_CONFIG.baseUrl) + actionName
 // return 'https://chtech.ncjti.edu.cn/testingServer/waiMaiAdmin/' + actionName}
-	return 'https://www.daweilinli.com/sqx_fast/' + actionName}
+	return 'https://mxys.chuanghai-tech.com/sqx_fast/' + 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

@@ -260,7 +260,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;" />
@@ -275,7 +275,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="fals
           <div v-else-if="form.max==1"
           	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

@@ -53,7 +53,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;" />
@@ -134,7 +134,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;" />
@@ -215,7 +215,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;" />
@@ -285,7 +285,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;" />
@@ -318,7 +318,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;" />

+ 6 - 6
src/views/chatRecord/chatRecord.vue

@@ -56,8 +56,8 @@
           </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>
         </template>
@@ -131,15 +131,15 @@
             </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>
 
             <!-- <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> -->
 

+ 4 - 4
src/views/common/merchant.vue

@@ -85,7 +85,7 @@
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="companyLicenseImg"
-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"
                       		>
@@ -130,7 +130,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg1"
-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"
                       		>
@@ -142,7 +142,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg2"
-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"
                       		>
@@ -157,7 +157,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg3"
-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="handleAvatarSuccess4"
                       		>

+ 4 - 4
src/views/common/merchantClone.vue

@@ -89,7 +89,7 @@
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="companyLicenseImg"
-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"
                       		>
@@ -134,7 +134,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg1"
-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"
                       		>
@@ -146,7 +146,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg2"
-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"
                       		>
@@ -161,7 +161,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
                       	<el-upload
                       		class="avatar-uploader"
                       		v-model="idCardImg3"
-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="handleAvatarSuccess4"
                       		>

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

@@ -55,7 +55,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>
@@ -95,7 +95,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload" :show-file-list="fals
           <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/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

@@ -253,16 +253,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> -->
 

+ 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>

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

@@ -147,7 +147,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;" />
@@ -159,7 +159,7 @@
 				<div style="display: flex;align-items: center;margin: 2% 0;flex-flow: wrap;">
 					<span style="display: inline-block;text-align: right;">商品轮播图:</span>
 					<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>
@@ -268,7 +268,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" />
@@ -344,7 +344,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" />
@@ -423,7 +423,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">

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

@@ -78,7 +78,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>

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

@@ -10,7 +10,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="logo"
-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">
 										<img v-if="logo" :src="logo" class="avatar"
 											style="width: 148px;height: 148px;border-radius:6px;" />
@@ -35,7 +35,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 										</div>
 									</div>
 									<el-upload ref='upload'
-action="https://www.daweilinli.com/sqx_fast/alioss/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>
@@ -392,7 +392,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 				<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;" />
@@ -1226,7 +1226,7 @@ action="https://www.daweilinli.com/sqx_fast/alioss/upload"
 				// this.shopId = this.$cookie.get('shopId')
 				this.indexEr = index
 				if(index==1){
-this.shopQrImg = 'https://www.daweilinli.com/sqx_fast/invite/shopQr?shopId=' + this.shopI
+this.shopQrImg = 'https://mxys.chuanghai-tech.com/sqx_fast/invite/shopQr?shopId=' + this.shopI
 				}else{
 					this.$http({
 						url: this.$http.adornUrl('app/common/type/334'),

+ 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

@@ -232,7 +232,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>
@@ -248,7 +248,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>

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

@@ -232,16 +232,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>
@@ -1095,9 +1095,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>
@@ -1149,9 +1149,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>
@@ -1301,9 +1301,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>
@@ -1095,9 +1095,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>
@@ -1149,9 +1149,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>
@@ -1298,9 +1298,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>

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

@@ -162,7 +162,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" />
@@ -255,7 +255,7 @@
     methods: {
       initWebSocket() {
 		  
-this.websock = new WebSocket("wss://www.daweilinli.com/wss/ordersChat/"+this.orderId);
+this.websock = new WebSocket("wss://mxys.chuanghai-tech.com/wss/ordersChat/"+this.orderId);
         /* this.websock = new WebSocket(
           // this.$http.adornWss("ordersChat/0"));
         // "ws://192.168.0.119:8171/sqx_fast/websocket/0"); //这个连接ws://固定,后面的根据自己的IP和端口进行改变,我设置监听的就是8081*/

+ 1 - 1
src/views/vueMchat/vueMchatKf.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" />