luoweijr opened a new issue, #3257: URL: https://github.com/apache/incubator-shenyu/issues/3257
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When i modify the context-path configuration of shenyu-admin, then visit website will get a null page ### Expected Behavior Modify context-path of shenyu-admin, website can visit successfully ### Steps To Reproduce 1. modify context-path in shenyu-admin  2. modify code in index.html  3. visit http://localhost:9095/test/shenyu-admin 4. get a null page  ### Environment ```markdown ShenYu version(s):2.3.0 ``` ### Debug logs _No response_ ### Anything else? I check the source code about shenyu-admin, find a ${domain} placehold in index.html  then i try to find a keyword "domain" in IndexController.java and change the code as below  visit http://localhost:9095/test/shenyu-admin/index, then it works  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
