|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2022-01-06 15:25:39
|
|
|
- * @LastEditTime: 2023-06-02 18:30:25
|
|
|
+ * @LastEditTime: 2023-06-09 14:22:36
|
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
* @FilePath: /KC-MiddlePlatform/src/pages/platform/_layout.tsx
|
|
@@ -92,7 +92,7 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
|
</>
|
|
|
)
|
|
|
}
|
|
|
- if (location.pathname == '/platform/KcimDairlyLog') {
|
|
|
+ if (location.pathname == '/platform/fullCostCheck') {
|
|
|
|
|
|
//临时解决未嵌入成本核算,而实现访问的效果
|
|
|
|
|
@@ -112,7 +112,7 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
|
|
|
|
// getToken();
|
|
|
|
|
|
- const pageUrl = `http://118.31.50.255:8080/`;
|
|
|
+ const pageUrl = `https://test.baokangyiguan.com/index/apiLogin?username=admin&url=cost/index`;
|
|
|
|
|
|
return (
|
|
|
<>
|
|
@@ -128,7 +128,7 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
|
style={{
|
|
|
height: 'calc(100vh - 50px)',
|
|
|
}}
|
|
|
- iconfontUrl="//at.alicdn.com/t/font_8d5l8fzk5b87iudi.js"
|
|
|
+ //iconfontUrl="//at.alicdn.com/t/font_8d5l8fzk5b87iudi.js"
|
|
|
logoStyle={{
|
|
|
display: 'none',
|
|
|
}}
|