mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-06-20 15:09:44 +08:00
docs: 更新许可证头信息
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React from 'react';
|
||||
import logo192 from '../assets/icons/logo192.svg';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useEffect, useRef, useState} from 'react';
|
||||
import {Alert, Button, Card, Col, Row, Spin, Statistic} from 'antd';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {Alert} from 'antd';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {useNavigate, useParams, useSearchParams} from 'react-router-dom';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useEffect, useMemo, useState} from 'react';
|
||||
import {useLocation, useNavigate, useSearchParams} from 'react-router-dom';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useState} from 'react';
|
||||
import {Avatar, Button, Dropdown, Layout as AntLayout, Menu, message} from 'antd';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
.login-container {
|
||||
min-height: 100vh;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useState} from 'react';
|
||||
import {Button, Card, Form, Input, message} from 'antd';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React from 'react';
|
||||
import {Navigate} from 'react-router-dom';
|
||||
@@ -44,4 +44,3 @@ const NotFoundRedirect: React.FC = () => {
|
||||
|
||||
export default NotFoundRedirect;
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useCallback, useEffect, useMemo, useState} from 'react';
|
||||
import {useNavigate} from 'react-router-dom';
|
||||
@@ -43,7 +43,6 @@ import {
|
||||
|
||||
const { confirm } = Modal;
|
||||
|
||||
|
||||
const PileManagement: React.FC = () => {
|
||||
const navigate = useNavigate();
|
||||
|
||||
@@ -636,7 +635,6 @@ const PileManagement: React.FC = () => {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
// 生成充电桩编码
|
||||
const handleGeneratePileCode = () => {
|
||||
const code = generatePileCode();
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React from 'react';
|
||||
import {Navigate} from 'react-router-dom';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
import React, {useEffect, useMemo, useState} from 'react';
|
||||
import {
|
||||
@@ -628,7 +628,6 @@ const StationManagement: React.FC = () => {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
// 地区处理函数
|
||||
const initializeRegions = () => {
|
||||
// 提取所有省份
|
||||
|
||||
Reference in New Issue
Block a user