2025-03-31 21:39:58 vscode task自动提交
This commit is contained in:
parent
3a952920b9
commit
d239136e14
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@ -4,7 +4,15 @@
|
|||||||
{
|
{
|
||||||
"label": "frontend build",
|
"label": "frontend build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cd D:\\dvlyadmin_pro\\dvlyadmin_pro\\frontend;d:;npm run build",
|
"command": "cd ${workspaceFolder}\\frontend && npm run build",
|
||||||
|
"windows": {
|
||||||
|
"options": {
|
||||||
|
"shell": {
|
||||||
|
"executable": "cmd.exe",
|
||||||
|
"args": ["/d", "/c"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$tsc"
|
"$tsc"
|
||||||
]
|
]
|
||||||
@ -12,7 +20,7 @@
|
|||||||
{
|
{
|
||||||
"label": "dist copy",
|
"label": "dist copy",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "xcopy 'D:\\dvlyadmin_pro\\dvlyadmin_pro\\frontend\\dist\\*' 'D:\\dvlyadmin_pro\\dvlyadmin_pro\\backend\\frontend' /s /e /y /q ",
|
"command": "xcopy '${workspaceFolder}\\frontend\\dist\\*' '${workspaceFolder}\\backend\\frontend' /s /e /y /q ",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$tsc"
|
"$tsc"
|
||||||
],
|
],
|
||||||
@ -23,7 +31,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Git Commit & Push",
|
"label": "Git Commit & Push",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"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",
|
"command": "cd ${workspaceFolder}; git add . ; git commit -m \\\"$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') vscode task自动提交\\\"; git push",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$tsc"
|
"$tsc"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -43,7 +43,7 @@ LOGIN_ERROR_RETRY_TIMES = 0 #登录错误次数限制,0表示不限制
|
|||||||
LOGIN_ERROR_RETRY_TIMEOUT = 60 #登录错误次数过期时间,单位秒
|
LOGIN_ERROR_RETRY_TIMEOUT = 60 #登录错误次数过期时间,单位秒
|
||||||
FRONTEND_API_LIST = ['/api/app/','/api/xcx/','/api/h5/']#微服务前端接口前缀
|
FRONTEND_API_LIST = ['/api/app/','/api/xcx/','/api/h5/']#微服务前端接口前缀
|
||||||
#DOMAIN_HOST = "http://47.112.174.207:7070"#控制图片上传后保存所使用到的域名
|
#DOMAIN_HOST = "http://47.112.174.207:7070"#控制图片上传后保存所使用到的域名
|
||||||
DOMAIN_HOST = "https://etoai.top"
|
DOMAIN_HOST = "http://etoai.top"
|
||||||
EXEC_LOG_PATH = os.path.join(BASE_DIR, 'logs','lybbnexec.log')
|
EXEC_LOG_PATH = os.path.join(BASE_DIR, 'logs','lybbnexec.log')
|
||||||
TEMP_EXEC_PATH = os.path.join(BASE_DIR, 'logs')
|
TEMP_EXEC_PATH = os.path.join(BASE_DIR, 'logs')
|
||||||
LOG_IP_AREA = True #操作日志是否记录用户IP归属地
|
LOG_IP_AREA = True #操作日志是否记录用户IP归属地
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
}</style><script>var _hmt = _hmt || [];
|
}</style><script>var _hmt = _hmt || [];
|
||||||
var hmid = "33e0b6798fd8809c21ef51bc99e3149e";
|
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/vendors.43bd63f4.js"></script><script defer="defer" src="static/js/app.92c9a188.js"></script><link href="static/css/vendors.25c1fb87.css" rel="stylesheet"><link href="static/css/app.6a0d1a2a.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/vendors.43bd63f4.js"></script><script defer="defer" src="static/js/app.45edd8d6.js"></script><link href="static/css/vendors.25c1fb87.css" rel="stylesheet"><link href="static/css/app.6a0d1a2a.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"){
|
if(dark && dark=="dark"){
|
||||||
document.documentElement.classList.add("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>
|
}</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.45edd8d6.js
Normal file
1
backend/frontend/static/js/app.45edd8d6.js
Normal file
File diff suppressed because one or more lines are too long
BIN
backend/frontend/static/js/app.45edd8d6.js.gz
Normal file
BIN
backend/frontend/static/js/app.45edd8d6.js.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
//API DOMAIN
|
//API DOMAIN
|
||||||
const API_DOMAIN = process.env.NODE_ENV === 'development' ? "127.0.0.1:8000" : "etoai.top"
|
const API_DOMAIN = process.env.NODE_ENV === 'development' ? "127.0.0.1:8000" : "etoai.top"
|
||||||
// 接口地址
|
// 接口地址
|
||||||
const API_BASEURL = process.env.NODE_ENV === 'development' ? "http://"+ API_DOMAIN +"/api/" : "https://"+ API_DOMAIN +"/api/"
|
const API_BASEURL = process.env.NODE_ENV === 'development' ? "http://"+ API_DOMAIN +"/api/" : "http://"+ API_DOMAIN +"/api/"
|
||||||
//版本号
|
//版本号
|
||||||
const APP_VER = require('../../package.json').version
|
const APP_VER = require('../../package.json').version
|
||||||
//是否开启代理
|
//是否开启代理
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user