Commit 3dec3c47556976d1d29c8c47e5906cdce10c79c3

Authored by zhangzzzz
1 parent 0745d912

修改地址、logo;

public/favicon.ico
No preview for this file type
src/mes/indexMes/assets/logo.png

12.7 KB | W: | H:

16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/mes/indexMes/index.js
... ... @@ -512,7 +512,7 @@ const HeaderConponent = () => {
512 512 <img src={logo} alt="logo" />
513 513 </div>
514 514 <div className="title">
515   - <span>普什3D生产执行系统(EBC-MES)</span>
  515 + <span>伟盛鑫淼生产执行系统(EBC-MES)</span>
516 516 </div>
517 517 <div className="userInfo">
518 518 <Space size={30}>
... ...
src/mes/login/asstes/logo.png

12.7 KB | W: | H:

16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/mes/login/asstes/logo1.png deleted

2.22 KB

src/mes/login/index.js
... ... @@ -403,11 +403,11 @@ const login = baseProps =&gt; {
403 403 <div className={styles.login}>
404 404 <div className="loginTitle">
405 405 <div className="loginTitle1">Enterprise Business Capability MES</div>
406   - <div className="loginTitle2">普什3D生产执行系统</div>
  406 + <div className="loginTitle2">伟盛鑫淼生产执行系统</div>
407 407 <div className="loginTitle3">EBC-MES</div>
408 408 </div>
409 409 <div className="loginBox">
410   - <div className="logo">普什3D生产执行系统(EBC-MES)</div>
  410 + <div className="logo">伟盛鑫淼生产执行系统(EBC-MES)</div>
411 411 <Form form={form} layout="vertical" size="large">
412 412 {configs.map(item => handleGetFormItem(props, item))}
413 413 <Form.Item>
... ...
src/utils/config.js
... ... @@ -4,10 +4,10 @@ const bHttps = location.protocol === &#39;https:&#39;;
4 4 export const webSite = {
5 5 // ipAddress: '//t0.xlyprint.com:8000/xlyEntry/', /* 服务器地址 */
6 6 // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace',
7   - fileAddress: isDev ? '//10.255.0.21:8086/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址
8   - faceAddress: isDev ? '//10.255.0.21:8086/xlyFace' : '//' + location.host + '/xlyFace',
9   - ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//10.255.0.21:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/',
10   - interfaceAddress: isDev ? '//10.255.0.21:8086/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址
  7 + fileAddress: isDev ? '//125.69.162.96:8086/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址
  8 + faceAddress: isDev ? '//125.69.162.96:8086/xlyFace' : '//' + location.host + '/xlyFace',
  9 + ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//125.69.162.96:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/',
  10 + interfaceAddress: isDev ? '//125.69.162.96:8086/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址
11 11 // ipAddress: isDev ? '//ebc.jinjia.com:8091/xlyEntry/' : '//' + location.host + '/xlyEntry/',
12 12 // interfaceAddress: isDev ? '//ebc.jinjia.com:8091/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址
13 13 // ipAddress: isDev ? '//192.168.11.26:8080/xlyEntry/' : '//' + location.host + '/xlyEntry/',
... ...