commit | 30a17b7fa519d173e712548e978f6f9b98f586d5 | [log] [tgz] |
---|---|---|
author | WeiS <78211515+QinZiWeiS@users.noreply.github.com> | Mon Aug 29 23:15:02 2022 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 29 23:15:02 2022 +0800 |
tree | de1b147dd12f67409d0f58c2ab5a877282f59e6a | |
parent | 50500108040a312b99677f76d7442e8f1fc5691a [diff] |
Update SiderMenu (#233)
Apache ShenYu Dashboard is frontend of a management background for Apache ShenYu. The API interface is in the Apache Shenyu Admin module.
Modify the api url for different environment, eg: http://192.168.1.100:8000
# install dependencies in this project root path. npm install # start npm start
# install dependencies in this project root path. npm install # build for production npm run build # copy to apache-shenyu-admin cp -rf dist/* shenyu-admin/src/main/resources/static/