Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-4
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
达摩4.0重构
haoban-operation-4
Commits
e519f6a9
Commit
e519f6a9
authored
Aug 14, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整文件名称
parent
c008d8b4
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
6 additions
and
6 deletions
+6
-6
enterprise.js
src/api/enterprise.js
+1
-1
get-fetch.js
src/api/get-fetch.js
+0
-0
index.js
src/api/index.js
+1
-1
permission.js
src/api/permission.js
+1
-1
time-format.js
src/common/js/time-format.js
+0
-0
routes.js
src/router/routes.js
+3
-3
403.vue
src/views/error-page/403.vue
+0
-0
404.vue
src/views/error-page/404.vue
+0
-0
500.vue
src/views/error-page/500.vue
+0
-0
gic-error.vue
src/views/error-page/gic-error.vue
+0
-0
index.vue
src/views/error-page/index.vue
+0
-0
No files found.
src/api/enterprise.js
View file @
e519f6a9
import
getFetch
from
'./get
F
etch'
;
import
getFetch
from
'./get
-f
etch'
;
let
api
=
{
let
api
=
{
getEnterpriseList
:
'/wx-enterprise-list'
,
// 获取企业管理列表
getEnterpriseList
:
'/wx-enterprise-list'
,
// 获取企业管理列表
...
...
src/api/get
F
etch.js
→
src/api/get
-f
etch.js
View file @
e519f6a9
File moved
src/api/index.js
View file @
e519f6a9
import
getFetch
from
'./get
Fetch.js
'
;
import
getFetch
from
'./get
-fetch
'
;
let
api
=
{
let
api
=
{
// 获取用户信息
// 获取用户信息
...
...
src/api/permission.js
View file @
e519f6a9
import
getFetch
from
'./get
Fetch.js
'
;
import
getFetch
from
'./get
-fetch
'
;
const
api
=
{
const
api
=
{
getMenuList
:
'/gic-menu-list'
,
// 获取菜单列表
getMenuList
:
'/gic-menu-list'
,
// 获取菜单列表
...
...
src/common/js/time
F
ormat.js
→
src/common/js/time
-f
ormat.js
View file @
e519f6a9
File moved
src/router/routes.js
View file @
e519f6a9
...
@@ -44,17 +44,17 @@ export const routes = [
...
@@ -44,17 +44,17 @@ export const routes = [
{
{
path
:
'/403'
,
path
:
'/403'
,
name
:
'无权访问'
,
name
:
'无权访问'
,
component
:
()
=>
import
(
'@/views/error
P
age/index.vue'
)
component
:
()
=>
import
(
'@/views/error
-p
age/index.vue'
)
},
},
{
{
path
:
'/404'
,
path
:
'/404'
,
name
:
'error404'
,
name
:
'error404'
,
component
:
()
=>
import
(
'@/views/error
P
age/index.vue'
)
component
:
()
=>
import
(
'@/views/error
-p
age/index.vue'
)
},
},
{
{
path
:
'/500'
,
path
:
'/500'
,
name
:
'error500'
,
name
:
'error500'
,
component
:
()
=>
import
(
'@/views/error
P
age/index.vue'
)
component
:
()
=>
import
(
'@/views/error
-p
age/index.vue'
)
},
},
{
{
path
:
'*'
,
path
:
'*'
,
...
...
src/views/error
P
age/403.vue
→
src/views/error
-p
age/403.vue
View file @
e519f6a9
File moved
src/views/error
P
age/404.vue
→
src/views/error
-p
age/404.vue
View file @
e519f6a9
File moved
src/views/error
P
age/500.vue
→
src/views/error
-p
age/500.vue
View file @
e519f6a9
File moved
src/views/error
P
age/gic-error.vue
→
src/views/error
-p
age/gic-error.vue
View file @
e519f6a9
File moved
src/views/error
P
age/index.vue
→
src/views/error
-p
age/index.vue
View file @
e519f6a9
File moved
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