重新提交

This commit is contained in:
2026-03-14 12:31:16 +08:00
parent b88d5c383e
commit 3a804ac033
493 changed files with 0 additions and 146778 deletions

View File

@@ -1,13 +0,0 @@
from django.contrib.auth.models import Permission
from django.shortcuts import render
from hertz_studio_django_auth.utils.decorators import no_login_required
@no_login_required
def index(request):
"""
系统首页视图
展示系统的基础介绍和功能特性
"""
return render(request, 'index.html')