2025-03-19 17:11:39 vscode task自动提交
This commit is contained in:
parent
de47359f4c
commit
f44975bf4c
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -21,7 +21,7 @@
|
||||
{
|
||||
"label": "Git Commit & Push",
|
||||
"type": "shell",
|
||||
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')\\\"; git push",
|
||||
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') vscode task自动提交\\\"; git push",
|
||||
"problemMatcher": ["$tsc"],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
}
|
||||
}</style><script>var _hmt = _hmt || [];
|
||||
var hmid = "33e0b6798fd8809c21ef51bc99e3149e";
|
||||
(function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script defer="defer" src="static/js/echarts.f8cde3b5.js"></script><script defer="defer" src="static/js/tinymce.3973fba9.js"></script><script defer="defer" src="static/js/elicons.61c4f779.js"></script><script defer="defer" src="static/js/modules.be4f7764.js"></script><script defer="defer" src="static/js/app.4cd3afa9.js"></script><link href="static/css/modules.8c9e63f3.css" rel="stylesheet"><link href="static/css/app.e0acbc7c.css" rel="stylesheet"></head><body><noscript><strong>Sorry django-vue-lyadmin (dvlyadmin_pro) doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script>var dark = window.localStorage.getItem('siteTheme');
|
||||
(function () { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script defer="defer" src="static/js/echarts.f8cde3b5.js"></script><script defer="defer" src="static/js/tinymce.3973fba9.js"></script><script defer="defer" src="static/js/elicons.61c4f779.js"></script><script defer="defer" src="static/js/modules.be4f7764.js"></script><script defer="defer" src="static/js/app.a94564a7.js"></script><link href="static/css/modules.8c9e63f3.css" rel="stylesheet"><link href="static/css/app.e0acbc7c.css" rel="stylesheet"></head><body><noscript><strong>Sorry django-vue-lyadmin (dvlyadmin_pro) doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script>var dark = window.localStorage.getItem('siteTheme');
|
||||
if(dark && dark=="dark"){
|
||||
document.documentElement.classList.add("dark")
|
||||
}</script><div id="app" class="lyadmin"><div class="app-loading"><div class="app-loading__logo"><img src="static/img/logo.png"/></div><div class="app-loading__loader"></div><div class="app-loading__title">加载中</div></div></div></body></html>
|
||||
1
backend/frontend/static/js/app.a94564a7.js
Normal file
1
backend/frontend/static/js/app.a94564a7.js
Normal file
File diff suppressed because one or more lines are too long
BIN
backend/frontend/static/js/app.a94564a7.js.gz
Normal file
BIN
backend/frontend/static/js/app.a94564a7.js.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
//API DOMAIN
|
||||
const API_DOMAIN = process.env.NODE_ENV === 'development' ? "127.0.0.1:8000" : "47.112.174.207:8000"
|
||||
const API_DOMAIN = process.env.NODE_ENV === 'development' ? "127.0.0.1:8000" : "47.112.174.207:80"
|
||||
// 接口地址
|
||||
const API_BASEURL = process.env.NODE_ENV === 'development' ? "http://"+ API_DOMAIN +"/api/" : "http://"+ API_DOMAIN +"/api/"
|
||||
//版本号
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user