commit | a642811b42814570cb20abd6f1114432aebaef9b | [log] [tgz] |
---|---|---|
author | IceFox <yuntao_zhao@163.com> | Wed Apr 06 15:14:21 2022 +0800 |
committer | GitHub <noreply@github.com> | Wed Apr 06 15:14:21 2022 +0800 |
tree | c0df8086f7ed8c7f282cf79601c9d0f8fae0c232 | |
parent | 3b9e856b999c7c4bd0202e48b0093d949af19bc7 [diff] |
fix login background images can not be loaded without network. (#198)
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/