Skip to content

Commit

Permalink
Merge pull request #101 from Strato-YangSungHun/main
Browse files Browse the repository at this point in the history
Edit baseURL / update ui-build file
  • Loading branch information
Strato-YangSungHun authored Nov 22, 2024
2 parents d846339 + 329cbe0 commit 6a23048
Show file tree
Hide file tree
Showing 17 changed files with 242 additions and 20 deletions.
17 changes: 0 additions & 17 deletions applicationFE/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions applicationFE/src/common/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import axios from "axios";
import { useToast } from "vue-toastification";

const splitUrl = window.location.host.split(':');
// const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18084'
const baseUrl = 'http://192.168.6.30:18084'
const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18084'
const toast = useToast();
const service = axios.create({
// baseURL: process.env.VUE_APP_API_URL,
Expand Down
16 changes: 16 additions & 0 deletions src/main/resources/static/assets/IconPlus-DP-oamn8.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import{D as l}from"./index-DepoFQb4.js";/**
* @license @tabler/icons-vue v3.21.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/var n={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/**
* @license @tabler/icons-vue v3.21.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/const f=(t,a,g,h)=>({color:o="currentColor",size:r=24,stroke:c=2,title:s,class:k,...d},{attrs:u,slots:i})=>{let e=[...h.map(w=>l(...w)),...i.default?[i.default()]:[]];return s&&(e=[l("title",s),...e]),l("svg",{...n[t],width:r,height:r,...u,class:["tabler-icon",`tabler-icon-${a}`],...t==="filled"?{fill:o}:{"stroke-width":c??n[t]["stroke-width"],stroke:o},...d},e)};/**
* @license @tabler/icons-vue v3.21.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/var p=f("outline","plus","IconPlus",[["path",{d:"M12 5l0 14",key:"svg-0"}],["path",{d:"M5 12l14 0",key:"svg-1"}]]);export{p as I,f as c};
17 changes: 17 additions & 0 deletions src/main/resources/static/assets/OssList-CzLRnRuq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions src/main/resources/static/assets/RepositoryDetail-B65Wl1ku.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a23048

Please sign in to comment.