Commit 01b70353 authored by shida.liu's avatar shida.liu

feat: 域名替换

parent 19d0532c
...@@ -19,7 +19,7 @@ module.exports = { ...@@ -19,7 +19,7 @@ module.exports = {
include: [ include: [
{ {
paths: ['./dist/js'], paths: ['./dist/js'],
urlPrefix: `https://misc.lkbang.net/${hashName}/` urlPrefix: `https://miscs.91xr.cn/${hashName}/`
} }
] ]
}; };
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url(https://img.lkbang.net/activity/group-list.png) no-repeat center; background: url(https://img.91xr.cn/activity/group-list.png) no-repeat center;
background-size: 100%; background-size: 100%;
z-index: 10; z-index: 10;
} }
......
<template> <template>
<view class="empty-content"> <view class="empty-content">
<image src="https://img.lkbang.net/xcx/empty@2x.png" mode="aspectFit" /> <image src="https://img.91xr.cn/xcx/empty@2x.png" mode="aspectFit" />
<text v-if="text">{{ text }}</text> <text v-if="text">{{ text }}</text>
</view> </view>
</template> </template>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<span class="title">拼团玩法</span> <span class="title">拼团玩法</span>
<span class="desc" @click="showRules">详细规则 <i class="iconfont icon-arrow"/></span> <span class="desc" @click="showRules">详细规则 <i class="iconfont icon-arrow"/></span>
</div> </div>
<cr-image src="https://img.lkbang.net/activity/rules.png" /> <cr-image src="https://img.91xr.cn/activity/rules.png" />
</div> </div>
</template> </template>
<style lang="less" scoped> <style lang="less" scoped>
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
</div> </div>
<div class="leaderBorder"> <div class="leaderBorder">
<img <img
src="https://img.lkbang.net/activity/share/default/leaderBorder.png?i=9" src="https://img.91xr.cn/activity/share/default/leaderBorder.png?i=9"
alt="" alt=""
/> />
</div> </div>
<div class="crown" style="top: -18px;right: -5px;width: 49px;height: 43px;"> <div class="crown" style="top: -18px;right: -5px;width: 49px;height: 43px;">
<img src="https://img.lkbang.net/activity/share/default/crown.png?i=1" alt="" /> <img src="https://img.91xr.cn/activity/share/default/crown.png?i=1" alt="" />
</div> </div>
</template> </template>
</div> </div>
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
</div> </div>
<div class="leaderBorder"> <div class="leaderBorder">
<img <img
src="https://img.lkbang.net/activity/share/default/leaderBorder.png?i=9" src="https://img.91xr.cn/activity/share/default/leaderBorder.png?i=9"
alt="" alt=""
/> />
</div> </div>
<div class="crown" style="top: -18px;right: -5px;width: 49px;height: 43px;"> <div class="crown" style="top: -18px;right: -5px;width: 49px;height: 43px;">
<img src="https://img.lkbang.net/activity/share/default/crown.png?i=9" alt="" /> <img src="https://img.91xr.cn/activity/share/default/crown.png?i=9" alt="" />
</div> </div>
</div> </div>
<div <div
...@@ -421,7 +421,7 @@ body { ...@@ -421,7 +421,7 @@ body {
left: 0; left: 0;
display: flex; display: flex;
width: 100%; width: 100%;
background: #fff url('https://img.lkbang.net/activity/share/default/skuInfoBg.png'); background: #fff url('https://img.91xr.cn/activity/share/default/skuInfoBg.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
} }
......
...@@ -386,7 +386,7 @@ export function firstGroupShare(shareInfo, type) { ...@@ -386,7 +386,7 @@ export function firstGroupShare(shareInfo, type) {
title: `[0元购] 羊小咩Plus`, title: `[0元购] 羊小咩Plus`,
link: '/pages/index/index', // 页面地址 link: '/pages/index/index', // 页面地址
imgUrl: imgUrl:
'https://img.lkbang.net/activity/share/default/shareDefault.png?imageMogr2/thumbnail/500x500/quality/75/interlace/1' // 图片地 'https://img.91xr.cn/activity/share/default/shareDefault.png?imageMogr2/thumbnail/500x500/quality/75/interlace/1' // 图片地
} }
} }
}); });
......
<template> <template>
<div class="address-empty"> <div class="address-empty">
<img src="https://img.lkbang.net/xcx/empty-address.png" /> <img src="https://img.91xr.cn/xcx/empty-address.png" />
<span>暂未添加地址哦!</span> <span>暂未添加地址哦!</span>
</div> </div>
</template> </template>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- 地址 --> <!-- 地址 -->
<div class="confirm-header" @click="handleToAddress"> <div class="confirm-header" @click="handleToAddress">
<div class="confirm-header__left"> <div class="confirm-header__left">
<img src="https://img.lkbang.net/xcx/addr-icon.png" /> <img src="https://img.91xr.cn/xcx/addr-icon.png" />
</div> </div>
<div v-if="orderInfo.addrReceiverInfo" class="confirm-header__middle"> <div v-if="orderInfo.addrReceiverInfo" class="confirm-header__middle">
<span>{{ orderInfo.addrReceiverInfo.addrFullName || '' }}</span> <span>{{ orderInfo.addrReceiverInfo.addrFullName || '' }}</span>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</cr-list> </cr-list>
<div v-else class="Ol__noData"> <div v-else class="Ol__noData">
<cr-empty <cr-empty
image="https://img.lkbang.net/xcx/empty@2x.png" image="https://img.91xr.cn/xcx/empty@2x.png"
image-size="4rem" image-size="4rem"
description="暂无订单~" description="暂无订单~"
/> />
......
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
{ {
skuName: '我的拼团', skuName: '我的拼团',
skuImg: skuImg:
'https://img.lkbang.net/activity/share/default/shareDefault.png?imageMogr2/thumbnail/500x500/quality/75/interlace/1' 'https://img.91xr.cn/activity/share/default/shareDefault.png?imageMogr2/thumbnail/500x500/quality/75/interlace/1'
}, },
1 1
); );
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
width="100px" width="100px"
height="100px" height="100px"
class="info__image" class="info__image"
src="https://img.lkbang.net/xcx/pay-success.png" src="https://img.91xr.cn/xcx/pay-success.png"
/> />
<div class="info__desc"> <div class="info__desc">
<p class="info__text">订单支付成功!</p> <p class="info__text">订单支付成功!</p>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
width="100px" width="100px"
height="100px" height="100px"
class="info__image" class="info__image"
src="https://img.lkbang.net/xcx/pay-fail.png" src="https://img.91xr.cn/xcx/pay-fail.png"
/> />
<p class="info__text">订单支付失败!</p> <p class="info__text">订单支付失败!</p>
</div> </div>
......
...@@ -17,10 +17,10 @@ const cdn = { ...@@ -17,10 +17,10 @@ const cdn = {
// 生产环境 // 生产环境
build: { build: {
js: [ js: [
'https://activitystatic.lkbang.net/vue/2.6.11/vue.min.js', 'https://activitystatic.91xr.cn/vue/2.6.11/vue.min.js',
'https://activitystatic.lkbang.net/vue-router/3.2.0/vue-router.min.js', 'https://activitystatic.91xr.cn/vue-router/3.2.0/vue-router.min.js',
'https://activitystatic.lkbang.net/vuex/3.4.0/vuex.min.js', 'https://activitystatic.91xr.cn/vuex/3.4.0/vuex.min.js',
'https://activitystatic.lkbang.net/sa-sdk-javascript/1.15.16/sensorsdata.min.js' 'https://activitystatic.91xr.cn/sa-sdk-javascript/1.15.16/sensorsdata.min.js'
] ]
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment