Commit 9276b2e9 authored by 徐光星's avatar 徐光星

feat: 简单去标记化

parent 50fedcff
......@@ -10,7 +10,7 @@ export default {
menu: {
locale: true,
},
// title: '量星球商户管理系统',
// title: '商户管理系统',
pwa: false,
iconfontUrl: '',
};
......@@ -36,7 +36,7 @@ const UserLayout = props => {
<div className={styles.top}>
<div className={styles.header}>
<img alt="logo" className={styles.logo} src={logo} />
<span className={styles.title}>量星球商户管理系统</span>
<span className={styles.title}>商户管理系统</span>
</div>
</div>
{children}
......
......@@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>量星球商户管理系统</title>
<title>商户管理系统</title>
<!-- <script type="text/javascript"
src="https://api.map.baidu.com/api?v=3.0&ak=5gZyih0oAhiNdbbdPKTc9ZGYOwel8bYN&type=webgl"></script> -->
<script type="text/javascript">
......
......@@ -162,7 +162,7 @@ const AccountInfo = props => {
const params = {
...fieldsValue,
code,
email: email || `${code}@stms.quantgroup.cn`,
email: email || '',
source: 1,
tenantId: 560761,
organization: {
......
......@@ -934,7 +934,7 @@
})('versions', []).push({
version: r.version,
mode: n(23) ? 'pure' : 'global',
copyright: '© 2019 Denis Pushkarev (zloirock.ru)',
copyright: '',
});
},
function(t, e) {
......
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