mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-12-02 03:38:08 +08:00
fix: eureka-server的状态页,点击NutzBoot Euraka报404
This commit is contained in:
parent
028661048c
commit
2123016881
@ -31,7 +31,7 @@
|
||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" :href="home">Nutzboot Eureka</a>
|
||||
<a class="navbar-brand" :href="home">NutzBoot Eureka</a>
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
|
||||
data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
@ -279,7 +279,7 @@
|
||||
$.getJSON('./action/status.json', function (data) {
|
||||
new Vue({
|
||||
el: 'nav',
|
||||
data: {home: data.basePath + 'status.html'}
|
||||
data: {home: data.basePath + 'status'}
|
||||
});
|
||||
new Vue({
|
||||
el: '#content',
|
||||
|
Loading…
Reference in New Issue
Block a user