Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
Support
提交反馈
为 GitLab 提交贡献
登录/注册
切换导航
M
mcep-h5
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
jiangzaicheng
mcep-h5
提交
a026fe76
提交
a026fe76
编写于
9月 13, 2022
作者:
“grape”
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
路由
上级
39cd4518
变更
12
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
123 行增加
和
52 行删除
+123
-52
Bottom.vue
src/components/common/Bottom.vue
+30
-3
CardPottom.vue
src/components/common/CardPottom.vue
+3
-3
Tatle.vue
src/components/common/Tatle.vue
+6
-4
customer.mgt.routing.ts
src/router/customer.mgt.routing.ts
+21
-21
depositInterestTrial.routing.ts
src/router/depositInterestTrial.routing.ts
+1
-1
index.ts
src/router/index.ts
+2
-2
login.mgt.routing.ts
src/router/login.mgt.routing.ts
+1
-1
main.routing.ts
src/router/main.routing.ts
+4
-4
marketing.mgt.routing.ts
src/router/marketing.mgt.routing.ts
+10
-10
MainView.vue
src/views/main/MainView.vue
+22
-1
PersonLod.vue
src/views/workbench/PersonLod.vue
+18
-1
modifyPassword.vue
src/views/workbench/modifyPassword.vue
+5
-1
未找到文件。
src/components/common/Bottom.vue
浏览文件 @
a026fe76
...
...
@@ -29,10 +29,12 @@ import { Component, Vue, Prop, Watch, Emit } from "vue-property-decorator";
/*
* title
*/
@
Component
({
name
:
"
Bottom
"
,
})
export
default
class
Bottom
extends
Vue
{
// @Prop({ default: "0" }) indexed: string | undefined;
myBtnImage
:
any
=
"
#icon-a-wode24x24px-kehujinglixiaochengxu
"
;
onchangeImage
:
any
=
"
#icon-a-shouye-xuanzhong20x20px
"
;
btnFlag
:
any
=
true
...
...
@@ -41,14 +43,35 @@ export default class Bottom extends Vue {
{
img
:
"
#icon-a-shouye-xuanzhong20x20px
"
,
name
:
"
首页
"
,
flag
:
true
flag
:
true
,
indexed
:
"
0
"
},
{
img
:
"
#icon-a-wode24x24px-kehujinglixiaochengxu
"
,
name
:
"
我的
"
,
flag
:
false
flag
:
false
,
indexed
:
"
1
"
}
];
// Create(){
// console.log(this.indexed)+"==========";
// if(this.indexed==="0"){
// this.tabbar[1].img = "#icon-a-wode24x24px-kehujinglixiaochengxu";//将我的按钮置灰
// this.tabbar[1].flag = "false";//将我的按钮置灰
// this.tabbar[0].img = "#icon-a-shouye-xuanzhong20x20px";//将首页切换为蓝色
// this.tabbar[0].flag = true;
// this.tabbar[1].flag = false;
// this.onchangebtn()
// }else if(this.indexed==="1"){
// this.tabbar[0].img = "#icon-a-shouye20x20px";//将首页置灰
// this.tabbar[1].img = "#icon-a-wode-xuanzhong24x24px-kehujinglixiaochengxu";//将我的按钮直为蓝色
// this.tabbar[0].flag = false;
// this.tabbar[1].flag = true;
// this.onchangebtn()
// }
// }
btn
(
index
:
number
)
{
//alert(index);
...
...
@@ -58,18 +81,22 @@ export default class Bottom extends Vue {
this
.
tabbar
[
0
].
img
=
"
#icon-a-shouye-xuanzhong20x20px
"
;
//将首页切换为蓝色
this
.
tabbar
[
0
].
flag
=
true
;
this
.
tabbar
[
1
].
flag
=
false
;
this
.
btnFlag
=
true
;
// this.indexed="0"
this
.
onchangebtn
()
}
else
if
(
index
==
1
)
{
this
.
tabbar
[
0
].
img
=
"
#icon-a-shouye20x20px
"
;
//将首页置灰
this
.
tabbar
[
1
].
img
=
"
#icon-a-wode-xuanzhong24x24px-kehujinglixiaochengxu
"
;
//将我的按钮直为蓝色
this
.
tabbar
[
0
].
flag
=
false
;
this
.
tabbar
[
1
].
flag
=
true
;
this
.
btnFlag
=
false
;
// this.indexed="1"
this
.
onchangebtn
()
}
}
//传给父组件
onchangebtn
()
{
this
.
btnFlag
=
!
this
.
btnFlag
this
.
btnFlag
=
this
.
btnFlag
this
.
$emit
(
'
onchangebtn
'
,
this
.
btnFlag
);
}
}
...
...
src/components/common/CardPottom.vue
浏览文件 @
a026fe76
...
...
@@ -63,9 +63,9 @@ import { Component, Vue, Prop, Watch, Emit } from "vue-property-decorator";
export
default
class
CardPottom
extends
Vue
{
pass
=
"
*****
"
totalAmount
=
"
30000.00
"
useAmount
=
"
20000.00
"
unUseAmount
=
"
10000.00
"
totalAmount
=
"
¥
30000.00
"
useAmount
=
"
¥
20000.00
"
unUseAmount
=
"
¥
10000.00
"
totalFinal
=
this
.
pass
useFinal
=
this
.
pass
unUseFinal
=
this
.
pass
...
...
src/components/common/Tatle.vue
浏览文件 @
a026fe76
...
...
@@ -34,11 +34,13 @@ import { Component, Vue, Prop, Watch,Emit } from "vue-property-decorator";
export
default
class
Tatle
extends
Vue
{
@
Prop
({
default
:
""
})
tatle
:
string
|
undefined
@
Prop
({
default
:
true
})
tatleflag
:
boolean
|
undefined
@
Emit
(
"
retyen
"
)
retyen
(){}
// retyen(){
// this.$router.back();
// onClickReturn(){
// this.$emit("onClickReturn")
// }
retyen
(){
this
.
$router
.
back
();
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/router/customer.mgt.routing.ts
浏览文件 @
a026fe76
...
...
@@ -20,13 +20,13 @@ const customerRoutes = [
path
:
`
${
prefix
}
/AddUserView`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/AddUserView.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
新增客户
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
新增客户
"
},
},
{
path
:
`
${
prefix
}
/customer-info/customer-information-registration/customer-information-registration`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/customer-information-registration/CustomerInformationRegistration.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
客户信息预登记
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
客户信息预登记
"
},
},
{
path
:
"
/Overview
"
,
...
...
@@ -38,13 +38,13 @@ const customerRoutes = [
path
:
"
/InfoChangeHistory
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-information/InfoChangeHistory.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
基本信息变动历史
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
基本信息变动历史
"
},
},
{
path
:
`
${
prefix
}
/customer-info/business-information/risk-information`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-information/RiskInformation.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
风险信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
风险信息
"
},
},
{
path
:
"
/EquityPledgeAndMovablePropertyPledge
"
,
...
...
@@ -62,7 +62,7 @@ const customerRoutes = [
path
:
"
/Judgment
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/Judgment.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
裁判文书
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
裁判文书
"
},
},
{
path
:
"
/JudgmentDetail
"
,
...
...
@@ -82,7 +82,7 @@ const customerRoutes = [
path
:
"
/FYGGList
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/FYGGList.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
法院公告
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
法院公告
"
},
},
{
path
:
"
/CFXXList
"
,
...
...
@@ -132,7 +132,7 @@ const customerRoutes = [
path
:
"
/CourtAnnouncement
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/CourtAnnouncement.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
开庭公告
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
开庭公告
"
},
},
{
path
:
"
/AnnouncementInformationDetail
"
,
...
...
@@ -145,7 +145,7 @@ const customerRoutes = [
path
:
"
/CaseProcess
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/CaseProcess.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
案件流程
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
案件流程
"
},
},
{
path
:
"
/CaseFlowInformationDetail
"
,
...
...
@@ -158,7 +158,7 @@ const customerRoutes = [
path
:
"
/ExposureTable
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/ExposureTable.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
曝光台
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
曝光台
"
},
},
{
path
:
"
/ExposureTableInformationDetail
"
,
...
...
@@ -171,7 +171,7 @@ const customerRoutes = [
path
:
"
/JudicialDeduction
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/JudicialDeduction.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
司法查冻扣
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
司法查冻扣
"
},
},
{
path
:
"
/JudicialFrozenDeductionInformationDetail
"
,
...
...
@@ -184,7 +184,7 @@ const customerRoutes = [
path
:
"
/PublicOpinionInformation
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/Operating-risk-information/PublicOpinionInformation.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
舆情信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
舆情信息
"
},
},
{
path
:
"
/EnterpriseMap
"
,
...
...
@@ -238,25 +238,25 @@ const customerRoutes = [
path
:
`
${
prefix
}
/customer-info/business-application-status/customer-management-information`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/CustomerManagementInformation.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
客户经营信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
客户经营信息
"
},
},
{
path
:
"
/CustomerPreliminaryScreeningHistory
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/CustomerPreliminaryScreeningHistory.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
客户初筛历史
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
客户初筛历史
"
},
},
{
path
:
"
/CustomerRatings
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/CustomerRatings.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
客户近三年评级情况
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
客户近三年评级情况
"
},
},
{
path
:
"
/FinancialInformation
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/FinancialInformation.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
财务信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
财务信息
"
},
},
{
path
:
"
/FinancialInfoDetail
"
,
...
...
@@ -274,7 +274,7 @@ const customerRoutes = [
path
:
"
/StockInformation
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/StockInformation.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
股票信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
股票信息
"
},
},
{
path
:
"
/UnifiedCustomerCreditView
"
,
...
...
@@ -286,7 +286,7 @@ const customerRoutes = [
path
:
"
/ProjectInfo
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/business-application-status/ProjectInfo.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
项目信息
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
项目信息
"
},
},
/*个人详情*/
{
...
...
@@ -332,7 +332,7 @@ const customerRoutes = [
path
:
"
/RiskWarning
"
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/risk-summary/RiskWarning.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
风险预警
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
风险预警
"
},
},
//预警详情信息
{
...
...
@@ -345,20 +345,20 @@ const customerRoutes = [
path
:
`
${
prefix
}
/customer-info/history-information/customer-tagHistory`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/history-information/CustomerTagHistory.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
客户标签历史
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
客户标签历史
"
},
},
{
path
:
`
${
prefix
}
/timeLine/customer-info/time-line/company-timeline`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/timeLine/CompanyTimeLine.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
企业时光轴
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
企业时光轴
"
},
},
{
path
:
`
${
prefix
}
/timeLine/customer-info/time-line/enterprise-timeline`
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/customer-mgt/customer-info/timeLine/MarketTimeLine.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
营销时光轴
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
营销时光轴
"
},
},
// {
// path: `/MarketStatisticsDetail`,
...
...
src/router/depositInterestTrial.routing.ts
浏览文件 @
a026fe76
...
...
@@ -9,7 +9,7 @@ const depositInterestTrialRoutes = [
name
:
'
DepositInterestTrial
'
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/DepositInterestTrial/DepositInterestTrial.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
存款利息试算
"
},
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
存款利息试算
"
},
},
{
path
:
`/CountResult`
,
...
...
src/router/index.ts
浏览文件 @
a026fe76
...
...
@@ -29,14 +29,14 @@ const routes: Array<RouteConfig> = [
{
path
:
"
/
"
,
redirect
:
`/login`
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
},
},
{
path
:
"
/login
"
,
name
:
"
login
"
,
component
:
()
=>
import
(
/* webpackChunkName: "login" */
"
@/views/authentication/LoginView.vue
"
),
//component: () => import(/* webpackChunkName: "login" */ "@/components/common/Tool.vue"),
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
},
},
//...mainRoutes,
// ...customerRoutes,
...
...
src/router/login.mgt.routing.ts
浏览文件 @
a026fe76
...
...
@@ -30,7 +30,7 @@ const loginRoutes = [
name
:
'
Mianview
'
,
component
:
()
=>
import
(
/* webpackChunkName: "customer-mgt" */
"
@/views/main/MainView.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
主页
"
},
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
主页
"
},
}
,{
path
:
`/LoginByID`
,
...
...
src/router/main.routing.ts
浏览文件 @
a026fe76
...
...
@@ -15,7 +15,7 @@ const mainRoutes = [
path
:
`
${
prefix
}
`
,
// redirect: `${prefix}/workbench`,
redirect
:
`
${
prefix
}
/PersonalMgtView`
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
},
},
{
path
:
`
${
prefix
}
`
,
...
...
@@ -44,7 +44,7 @@ const mainRoutes = [
path
:
`marketing-mgt`
,
component
:
()
=>
import
(
/* webpackChunkName: "main" */
"
@/views/marketing-mgt/personal/MarketingMgtView.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
},
},
{
path
:
"
/ComMarketingPool
"
,
...
...
@@ -53,13 +53,13 @@ const mainRoutes = [
meta
:
{
keepAlive
:
false
,
requiresAuth
:
true
},
},
],
meta
:
{
requiresAuth
:
true
,
name
:
"
应用首页
"
,
keepAlive
:
tru
e
},
meta
:
{
requiresAuth
:
true
,
name
:
"
应用首页
"
,
keepAlive
:
fals
e
},
},
// {
// path: `${prefix}/self-stats`,
// component: () => import(/* webpackChunkName: "main" */ "@/views/main/PersonalStatsView.vue"),
// props: propsConvert,
// meta: { requiresAuth: true, name: "个人业务汇总", keepAlive:
tru
e },
// meta: { requiresAuth: true, name: "个人业务汇总", keepAlive:
fals
e },
// },
];
export
default
mainRoutes
;
src/router/marketing.mgt.routing.ts
浏览文件 @
a026fe76
...
...
@@ -7,7 +7,7 @@ const marketingRoutes = [
path
:
`
${
prefix
}
/index`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/personal/MarketingMgtView.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
工作台
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
工作台
"
},
},
//对公营销管理
{
...
...
@@ -20,19 +20,19 @@ const marketingRoutes = [
path
:
`
${
prefix
}
/add-marketing`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/AddMarketing.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
添加营销
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
添加营销
"
},
},
{
path
:
"
/MarketingMap
"
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/personal/MarketingMap.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
营销地图
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
营销地图
"
},
},
{
path
:
"
/MarketingList
"
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/personal/MarketingList.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
营销列表
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
营销列表
"
},
},
{
path
:
"
/JHDBDetail
"
,
...
...
@@ -45,38 +45,38 @@ const marketingRoutes = [
path
:
"
/AddMarketPlan
"
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/personal/AddMarketPlan.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
新增营销计划
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
新增营销计划
"
},
},
{
path
:
`
${
prefix
}
/market-plan`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/MarketPlan.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
营销计划
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
营销计划
"
},
},
{
path
:
`
${
prefix
}
/do-market-byphone`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/DoingMarketByPhone.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
电话营销详情
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
电话营销详情
"
},
},
{
path
:
`
${
prefix
}
/accurate-visitor`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/AccurateVisitors.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
精准访客汇报
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
精准访客汇报
"
},
},
{
path
:
`
${
prefix
}
/accurate-customer`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/AccurateCustomer.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
精准客户入围申报
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
精准客户入围申报
"
},
},
{
path
:
`
${
prefix
}
/put-reserve`
,
component
:
()
=>
import
(
/* webpackChunkName: "marketing" */
"
@/views/marketing-mgt/PutInReserve.vue
"
),
props
:
propsConvert
,
meta
:
{
keepAlive
:
tru
e
,
requiresAuth
:
true
,
name
:
"
小微线条
"
},
meta
:
{
keepAlive
:
fals
e
,
requiresAuth
:
true
,
name
:
"
小微线条
"
},
},
];
export
default
marketingRoutes
;
src/views/main/MainView.vue
浏览文件 @
a026fe76
...
...
@@ -21,6 +21,7 @@ import { Component, Vue } from "vue-property-decorator";
import
{
ProductData
}
from
'
@/model/entity/ProductData
'
import
Main
from
"
./Main.vue
"
;
import
MyPage
from
"
../MyView/MyPage.vue
"
;
import
{
log
}
from
"
mathjs
"
;
@
Component
({
...
...
@@ -32,10 +33,30 @@ components: {
})
export
default
class
MainView
extends
Vue
{
showFlag
:
boolean
=
true
;
// indexed="0"
onchangebtn
(
value
:
any
){
//子组件传来的值
this
.
showFlag
=
value
}
// beforeCreate(){
// console.log(this.$route.params.indexed);
// debugger
// this.indexed=this.$route.params.indexed
// }
// activated(){
// // console.log(this.$route.params.indexed);
// this.indexed=this.$route.params.indexed
// }
// deactivated(){
// // 离开home组件的那一刻就会打印
// console.log("讨厌!!你又走了")
// console.log("----------deactivated--------")
// }
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/views/workbench/PersonLod.vue
浏览文件 @
a026fe76
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
@@ -129,6 +129,23 @@ export default class PersonLod extends Vue {
//参数
})
}
onClickReturn
(){
// console.log("1111")
this
.
$router
.
push
({
name
:
`Mianview`
,
params
:
{
indexed
:
"
1
"
}
})
// debugger
// this.$router.push({
// name: "MainView",
// params: {
// indexed: "1"
// }
// });
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/views/workbench/modifyPassword.vue
浏览文件 @
a026fe76
...
...
@@ -11,7 +11,7 @@
<div>
<div
class=
"rarle"
>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
></tatle-bar>
<tatle-bar
:tatle=
"tatleName"
style=
"background: #0B54E0"
@
onClickReturn=
"onClickReturn"
></tatle-bar>
</div>
<van-row
type=
"flex"
class=
"iconImg"
>
<van-col
span=
"24"
>
...
...
@@ -120,6 +120,10 @@ export default class PersonLod extends Vue {
//参数
})
}
onClickReturn
(){
this
.
$router
.
back
();
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录