commit | 76812befc1a46aa88f3366d6a477fb5eeaeb5910 | [log] [tgz] |
---|---|---|
author | likeguo <33576070+li-keguo@users.noreply.github.com> | Wed Apr 06 15:19:44 2022 +0800 |
committer | GitHub <noreply@github.com> | Wed Apr 06 15:19:44 2022 +0800 |
tree | ec2e3d3f276c1b46e15500d54a3fc81e24501784 | |
parent | a642811b42814570cb20abd6f1114432aebaef9b [diff] |
fix page error[metadata/appauth/dict] (#199)
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/