mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-02-02 17:59:07 +08:00
音乐标签web
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,4 +17,4 @@ yarn-error.log*
|
||||
*.njsproj
|
||||
*.sln
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3
|
||||
|
||||
@@ -105,7 +105,7 @@ STATIC_ROOT = 'static'
|
||||
# STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")] # noqa
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
IS_USE_CELERY = True
|
||||
IS_USE_CELERY = False
|
||||
|
||||
if IS_USE_CELERY:
|
||||
INSTALLED_APPS += ("django_celery_beat", "django_celery_results")
|
||||
|
||||
2
static/dist/js/app.js
vendored
2
static/dist/js/app.js
vendored
File diff suppressed because one or more lines are too long
@@ -108,4 +108,4 @@ export function DELETE(url, params, config) {
|
||||
// reUrl = ''; 不需要重定向
|
||||
// reUrl = VueEnv === 'production' ? '' : '/api'; 重定向
|
||||
// todo do
|
||||
export const reUrl = 'api-proxy'
|
||||
export const reUrl = ''
|
||||
|
||||
Reference in New Issue
Block a user