Commit 7f9480dd authored by 邓晓峰's avatar 邓晓峰

fix: 修复顶部导航标题展示

parent e06356a4
Pipeline #53277 passed with stages
/* eslint-disable */ /* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin; // const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
// const proxyURL = 'https://work.panda-water.cn'; const proxyURL = 'https://work.panda-water.cn';
// const proxyURL = 'http://192.168.12.3:8082'; // const proxyURL = 'http://192.168.12.3:8082';
const proxyURL = 'https://panda-water.cn/' // const proxyURL = 'https://panda-water.cn/'
module.exports = { module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './', assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
......
...@@ -313,7 +313,7 @@ const Layout = (props) => { ...@@ -313,7 +313,7 @@ const Layout = (props) => {
return ( return (
<SecurityLayout {...props}> <SecurityLayout {...props}>
<BasicLayout <BasicLayout
title="智慧水务GCK平台" title={props.global.title}
route={props.route} route={props.route}
location={location} location={location}
navTheme="dark" navTheme="dark"
......
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