Spring Cloud Gateway 사용으로 인한 src 및 href 형식 변경

This commit is contained in:
bum12ark
2022-01-30 23:33:01 +09:00
parent 267ba0e4c2
commit 033b21b791
3 changed files with 16 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
const ownerApiGatewayIp = "http://127.0.0.1:8001/";
const url = {
orderService : ownerApiGatewayIp + "order-service/"
}

View File

@@ -118,7 +118,7 @@
</h6> </h6>
<a class="dropdown-item d-flex align-items-center" href="#"> <a class="dropdown-item d-flex align-items-center" href="#">
<div class="dropdown-list-image mr-3"> <div class="dropdown-list-image mr-3">
<img class="rounded-circle" src="/img/undraw_profile_1.svg" <img class="rounded-circle" src="img/undraw_profile_1.svg"
alt="..."> alt="...">
<div class="status-indicator bg-success"></div> <div class="status-indicator bg-success"></div>
</div> </div>
@@ -130,7 +130,7 @@
</a> </a>
<a class="dropdown-item d-flex align-items-center" href="#"> <a class="dropdown-item d-flex align-items-center" href="#">
<div class="dropdown-list-image mr-3"> <div class="dropdown-list-image mr-3">
<img class="rounded-circle" src="/img/undraw_profile_2.svg" <img class="rounded-circle" src="img/undraw_profile_2.svg"
alt="..."> alt="...">
<div class="status-indicator"></div> <div class="status-indicator"></div>
</div> </div>
@@ -142,7 +142,7 @@
</a> </a>
<a class="dropdown-item d-flex align-items-center" href="#"> <a class="dropdown-item d-flex align-items-center" href="#">
<div class="dropdown-list-image mr-3"> <div class="dropdown-list-image mr-3">
<img class="rounded-circle" src="/img/undraw_profile_3.svg" <img class="rounded-circle" src="img/undraw_profile_3.svg"
alt="..."> alt="...">
<div class="status-indicator bg-warning"></div> <div class="status-indicator bg-warning"></div>
</div> </div>
@@ -176,7 +176,7 @@
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="mr-2 d-none d-lg-inline text-gray-600 small">Douglas McGee</span> <span class="mr-2 d-none d-lg-inline text-gray-600 small">Douglas McGee</span>
<img class="img-profile rounded-circle" <img class="img-profile rounded-circle"
src="/img/undraw_profile.svg"> src="img/undraw_profile.svg">
</a> </a>
<!-- Dropdown - User Information --> <!-- Dropdown - User Information -->
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" <div class="dropdown-menu dropdown-menu-right shadow animated--grow-in"

View File

@@ -11,13 +11,13 @@
<title>Just Pick-up : 점주용</title> <title>Just Pick-up : 점주용</title>
<!-- Custom fonts for this template--> <!-- Custom fonts for this template-->
<link href="/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css"> <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link <link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet"> rel="stylesheet">
<!-- Custom styles for this template--> <!-- Custom styles for this template-->
<link href="/css/sb-admin-2.min.css" rel="stylesheet"> <link href="css/sb-admin-2.min.css" rel="stylesheet">
</head> </head>
<body id="page-top"> <body id="page-top">
@@ -43,18 +43,19 @@
</div> </div>
<!-- Bootstrap core JavaScript--> <!-- Bootstrap core JavaScript-->
<script src="/vendor/jquery/jquery.min.js"></script> <script src="vendor/jquery/jquery.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript--> <!-- Core plugin JavaScript-->
<script src="/vendor/jquery-easing/jquery.easing.min.js"></script> <script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages--> <!-- Custom scripts for all pages-->
<script src="/js/sb-admin-2.min.js"></script> <script src="js/sb-admin-2.min.js"></script>
<!-- Page level plugins --> <!-- Page level plugins -->
<script src="/vendor/chart.js/Chart.min.js"></script> <script src="vendor/chart.js/Chart.min.js"></script>
<script src="common.js"></script>
<script> <script>
$(function() { $(function() {
init(); init();