zss
2026-04-23 5033c375a3ee6a63bcb600d5b9f4b8d549d089e2
src/main/java/com/ruoyi/project/system/controller/SysIndexController.java
@@ -1,5 +1,6 @@
package com.ruoyi.project.system.controller;
import lombok.AllArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -12,10 +13,10 @@
 * @author ruoyi
 */
@RestController
@AllArgsConstructor
public class SysIndexController
{
    /** 系统基础配置 */
    @Autowired
    private RuoYiConfig ruoyiConfig;
    /**