Skip to content

Commit 8564015

Browse files
committed
1
1 parent 71ee0fa commit 8564015

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"test:lint": "eslint . --ext .js,.jsx",
2525
"test:unit": "jest test[\\\\/]unit[\\\\/]addons",
2626
"test:smoke": "jest --runInBand test[\\\\/]smoke",
27-
"watch": "webpack --colors --watch"
27+
"watch": "webpack --colors --watch",
28+
"dev": "export ZCAPIHOST='http://localhost:3000' && export ZCASSETHOST='https://s4-1.wuyuan.1r.ink/' && npm run start"
2829
},
2930
"config": {
3031
"commitizen": {

src/components/menu-bar/menu-bar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ class MenuBar extends React.Component {
10191019
</div>
10201020

10211021
<div className={styles.menuBarItem}>
1022-
<Button id="zerocatool">测试</Button>
1022+
<Button id="zerocattool">测试</Button>
10231023

10241024

10251025

0 commit comments

Comments
 (0)