fix: update API URL to 192.168.1.126:8581
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const API = 'http://192.168.1.30:8581';
|
const API = 'http://192.168.1.126:8581';
|
||||||
let token = localStorage.getItem('vela_admin_token') || '';
|
let token = localStorage.getItem('vela_admin_token') || '';
|
||||||
let orders = [];
|
let orders = [];
|
||||||
let currentFilter = 'all';
|
let currentFilter = 'all';
|
||||||
|
|||||||
+1
-1
@@ -98,7 +98,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const API = 'http://192.168.1.30:8581';
|
const API = 'http://192.168.1.126:8581';
|
||||||
const COOKIE_NAME = 'vela_order_check';
|
const COOKIE_NAME = 'vela_order_check';
|
||||||
const STATUSES = ['received','confirmed','hardware ready','installing','completed'];
|
const STATUSES = ['received','confirmed','hardware ready','installing','completed'];
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -428,7 +428,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function(){
|
||||||
const API_URL = 'http://192.168.1.30:8581';
|
const API_URL = 'http://192.168.1.126:8581';
|
||||||
const totalSteps = 3;
|
const totalSteps = 3;
|
||||||
let currentStep = 1;
|
let currentStep = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user