Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
3ad07192
Commit
3ad07192
authored
Jan 18, 2021
by
wufan
Browse files
Options
Browse Files
Download
Plain Diff
fix:合并分支
parents
9c1ae54a
f290316c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
8 deletions
+7
-8
src/domains/basic-domain/constants.ts
+1
-1
src/index.html
+2
-2
src/modules/personalInfo/index.tsx
+1
-1
src/modules/root/App.tsx
+1
-1
src/modules/store-manage/StoreH5DecorationTab.jsx
+1
-1
src/routes/config/mainRoutes.tsx
+1
-2
No files found.
src/domains/basic-domain/constants.ts
View file @
3ad07192
...
...
@@ -16,7 +16,7 @@ const BASIC_HOST_MAP: MapInterface = {
dev1
:
'https://dev1-heimdall.xiaomai5.com/'
,
rc
:
'https://rc-heimdall.xiaomai5.com/'
,
gray
:
'https://gray-heimdall.xiaomai5.com/'
,
prod
:
'https://gateway
-heimdall
.xiaomai5.com/'
prod
:
'https://gateway.xiaomai5.com/'
};
// axios headers config
...
...
src/index.html
View file @
3ad07192
<!--
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors:
zhangleyu
an
* @LastEditTime: 2021-01-1
2 15:26:36
* @LastEditors:
wuf
an
* @LastEditTime: 2021-01-1
8 21:18:43
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
...
...
src/modules/personalInfo/index.tsx
View file @
3ad07192
...
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2020-11-27 15:06:31
* @LastEditors: wufan
* @LastEditTime: 2021-01-1
1 19:19:03
* @LastEditTime: 2021-01-1
8 21:22:16
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
src/modules/root/App.tsx
View file @
3ad07192
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2019-07-10 10:30:49
* @LastEditors: wufan
* @LastEditTime: 2021-01-18
10:23:2
3
* @LastEditTime: 2021-01-18
21:22:3
3
* @Description:
*/
import
React
,
{
useContext
,
useEffect
,
useState
}
from
'react'
;
...
...
src/modules/store-manage/StoreH5DecorationTab.jsx
View file @
3ad07192
...
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-11-30 10:47:38
* @LastEditors: wufan
* @LastEditTime: 2021-01-18
14:53:17
* @LastEditTime: 2021-01-18
21:22:44
* @Description: web店铺banner页面
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
src/routes/config/mainRoutes.tsx
View file @
3ad07192
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-04-29 10:26:32
* @LastEditors: wufan
* @LastEditTime: 2021-01-18
10:26:5
8
* @LastEditTime: 2021-01-18
21:23:0
8
* @Description: 内容线路由配置
*/
import
EmployeesManagePage
from
'@/modules/store-manage/EmployeesManagePage'
;
...
...
@@ -70,7 +70,6 @@ const mainRoutes = [
component
:
ResourceDisk
,
name
:
'资料云盘'
},
{
path
:
'/switch-route'
,
component
:
SwitchRoute
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment