outaozhen 5 lat temu
rodzic
commit
a404232f1e

+ 1 - 0
config/proxy.js

@@ -8,6 +8,7 @@
 export default {
   dev: {
     '/api/': {
+      // target: 'http://cld2.com',
       target: 'http://cld2qa.com',
       changeOrigin: true,
       pathRewrite: {

+ 2 - 2
src/global.less

@@ -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;
 }

+ 11 - 0
src/pages/Staff/Employee/components/ChangeSupervisor/index.jsx

@@ -0,0 +1,11 @@
+import React from 'react'
+
+const ChangeSupervisor = () => {
+  return (
+    <div>
+      <span>更换上司</span>
+    </div>
+  )
+}
+
+export default ChangeSupervisor