Commit bc90059c authored by 季圣华's avatar 季圣华
Browse files

网址改为配置

parent 5498261b
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</a> </a>
</span> </span>
<span class="action"> <span class="action">
<a target="_blank" href="http://www.huaxiaerp.com/"> <a target="_blank" :href="systemUrl">
<a-icon type="bank" style="font-size: 16px;" /> <a-icon type="bank" style="font-size: 16px;" />
</a> </a>
</span> </span>
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
searchMenuOptions:[], searchMenuOptions:[],
searchMenuComp: 'span', searchMenuComp: 'span',
searchMenuVisible: false, searchMenuVisible: false,
systemUrl: window.SYS_URL,
showAd: false showAd: false
// update-begin author:sunjianlei date:20200219 for: 头部菜单搜索规范命名 -------------- // update-begin author:sunjianlei date:20200219 for: 头部菜单搜索规范命名 --------------
} }
......
Supports Markdown
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