@@ -8,6 +8,7 @@
export default {
dev: {
'/api/': {
+ // target: 'http://cld2.com',
target: 'http://cld2qa.com',
changeOrigin: true,
pathRewrite: {
@@ -106,6 +106,6 @@ input:-webkit-autofill:active {
}
.ant-pro-top-nav-header-logo h1{
- font-size: 18px;
- font-weight: 600;
+ font-size: 18px !important;
+ font-weight: 600 !important;
@@ -0,0 +1,11 @@
+import React from 'react'
+
+const ChangeSupervisor = () => {
+ return (
+ <div>
+ <span>更换上司</span>
+ </div>
+ )
+}
+export default ChangeSupervisor