From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +0800
Subject: [PATCH] 链接指纹是杯页面
---
SunshineIns/src/page/NewlyList.jsx | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/page/NewlyList.jsx b/SunshineIns/src/page/NewlyList.jsx
index 7b63719..5567029 100644
--- a/SunshineIns/src/page/NewlyList.jsx
+++ b/SunshineIns/src/page/NewlyList.jsx
@@ -31,7 +31,11 @@
return (
<div className="app-page">
<HeadView history={this.props.history} />
- <LinkView sed="问卷管理" local="问卷管理" />
+ {/* <LinkView sed="问卷管理" local="问卷管理" />
+ */}
+ <div className="link-view-main">
+ 后台中心 /<span style={{ color: '#1790FF' }}>问卷管理</span>
+ </div>
<QuestionnaireTablelist history={this.props.history} />
</div>
--
Gitblit v1.8.0