beer-assembly-biz 1.1.3-alpha.2 → 1.1.3-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,9 +4,9 @@ import { ProLayout } from '@ant-design/pro-components';
4
4
  import { Dropdown, message, theme, Typography } from 'antd';
5
5
  import { Session } from 'beer-network/session';
6
6
  import dayjs from 'dayjs';
7
- import ImageLayout01 from './images/layout_01.png';
8
- import ImageLayout02 from './images/layout_02.png';
9
- import ImageLayout03 from './images/layout_03.png';
7
+ import ImageLayout01 from '../images/layout_01.png';
8
+ import ImageLayout02 from '../images/layout_02.png';
9
+ import ImageLayout03 from '../images/layout_03.png';
10
10
  dayjs.locale('zh-cn');
11
11
  /**
12
12
  * 通用布局.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "beer-assembly-biz",
3
3
  "private": false,
4
- "version": "1.1.3-alpha.2",
4
+ "version": "1.1.3-alpha.3",
5
5
  "scripts": {
6
6
  "pub-w": "tsc && copy package.json .\\dist\\package.json && npm publish ./dist",
7
7
  "copy": "cp -a src/rich/AIEditor.css dist/rich/AIEditor.css && cp -a src/icon dist/icon && cp -a src/images dist/images",