Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
4dee93a8
Commit
4dee93a8
authored
Apr 23, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
from revise to give up
parent
409a60fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
config/index.js
config/index.js
+2
-2
src/router/index.js
src/router/index.js
+0
-1
No files found.
config/index.js
View file @
4dee93a8
...
...
@@ -51,10 +51,10 @@ module.exports = {
build
:
{
// Template for index.html
index
:
path
.
resolve
(
__dirname
,
"
../dist
"
,
"
apaas
"
,
"
new
"
,
"
index.html
"
),
index
:
path
.
resolve
(
__dirname
,
"
../dist
/apaas/new/
index.html
"
),
// Paths
assetsRoot
:
path
.
resolve
(
__dirname
,
"
../dist
"
,
"
apaas
"
,
"
new
"
),
assetsRoot
:
path
.
resolve
(
__dirname
,
"
../dist
/apaas/
new
"
),
assetsSubDirectory
:
"
static
"
,
assetsPublicPath
:
"
/apaas/new/
"
,
...
...
src/router/index.js
View file @
4dee93a8
...
...
@@ -15,7 +15,6 @@ export default new Router({
path
:
"
/index
"
,
name
:
"
index
"
,
component
:
Index
,
redirect
:
"
/table_example
"
},
{
path
:
"
/table_example
"
,
// 表格实例
...
...
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