Commit d3f1af58 by 曾经

结构调整

parent 63983b41
......@@ -4,13 +4,13 @@ import {
checkFalse,
checkStatus,
checkSuccess
} from "../../../../static/js/checkStatus";
} from "../../../../../static/js/checkStatus";
import authMethods from "@/mixins/auth";
import defaultImg from "../../../../static/img/default.png";
import defaultImg from "../../../../../static/img/default.png";
import { formatLongTime } from "@/utils/utils";
import FreezeDialog from "./components/dialog/freeze.vue";
import MemberFieldsDialog from "./components/dialog/fieldsSettingDialog.vue";
import ExportFieldsDialog from "./components/dialog/fieldsSettingDialog.vue";
import FreezeDialog from "../components/dialog/freeze.vue";
import MemberFieldsDialog from "../components/dialog/fieldsSettingDialog.vue";
import ExportFieldsDialog from "../components/dialog/fieldsSettingDialog.vue";
export default {
name: "forzenlist",
components: {
......
......@@ -156,37 +156,37 @@
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1100"
src="../../../../static/img/channel-icon/weixin-1.png"
src="../../../../../static/img/channel-icon/weixin-1.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1600"
src="../../../../static/img/channel-icon/xiaochengxu-1.png"
src="../../../../../static/img/channel-icon/xiaochengxu-1.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1700"
src="../../../../static/img/channel-icon/qiyeweixin-1.png"
src="../../../../../static/img/channel-icon/qiyeweixin-1.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1303"
src="../../../../static/img/channel-icon/weimen-1.png"
src="../../../../../static/img/channel-icon/weimen-1.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1302"
src="../../../../static/img/channel-icon/tianmao-1.png"
src="../../../../../static/img/channel-icon/tianmao-1.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1304"
src="../../../../static/img/channel-icon/douyin-1.png"
src="../../../../../static/img/channel-icon/douyin-1.png"
alt=""
/>
</template>
......@@ -194,37 +194,37 @@
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1100"
src="../../../../static/img/channel-icon/weixin-2.png"
src="../../../../../static/img/channel-icon/weixin-2.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1600"
src="../../../../static/img/channel-icon/xiaochengxu-2.png"
src="../../../../../static/img/channel-icon/xiaochengxu-2.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1700"
src="../../../../static/img/channel-icon/qiyeweixin-2.png"
src="../../../../../static/img/channel-icon/qiyeweixin-2.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1303"
src="../../../../static/img/channel-icon/weimen-2.png"
src="../../../../../static/img/channel-icon/weimen-2.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1302"
src="../../../../static/img/channel-icon/tianmao-2.png"
src="../../../../../static/img/channel-icon/tianmao-2.png"
alt=""
/>
<img
class="channel-icon"
v-if="channel.parentSourceCode == 1304"
src="../../../../static/img/channel-icon/douyin-2.png"
src="../../../../../static/img/channel-icon/douyin-2.png"
alt=""
/>
</template>
......
......@@ -4,9 +4,9 @@ import {
checkFalse,
checkStatus,
checkSuccess
} from "../../../../static/js/checkStatus";
} from "../../../../../static/js/checkStatus";
import AbnormalNumberInput from "./components/number-input.vue";
import AbnormalNumberInput from "../components/number-input.vue";
export default {
name: "AbnormalSetting",
......
......@@ -305,7 +305,7 @@ export const constantRouterMap = [
{
path: '/abnormal-member',
name: '/abnormal-member',
component: _import('wechatmembers', 'abnormal-member-list/abnormal-member'),
component: _import('wechatmembers', 'abnormal-member/abnormal-member-list/abnormal-member'),
meta: {
title: '异常会员列表',
},
......@@ -313,7 +313,7 @@ export const constantRouterMap = [
{
path: '/abnormal-setting',
name: '/abnormal-setting',
component: _import('wechatmembers', 'abnormal-setting/abnormal-setting'),
component: _import('wechatmembers', 'abnormal-member/abnormal-setting/abnormal-setting'),
meta: {
title: '异常会员配置',
},
......
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