Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-pc
Commits
b05ce176
Commit
b05ce176
authored
Mar 18, 2024
by
kaitly205422@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务台账权限
parent
c0c88369
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
src/router/index.js
src/router/index.js
+14
-14
vue.config.js
vue.config.js
+2
-2
No files found.
src/router/index.js
View file @
b05ce176
...
@@ -87,6 +87,19 @@ export const constantRoutes = [
...
@@ -87,6 +87,19 @@ export const constantRoutes = [
],
],
},
},
{
path
:
"
/risk/plan/ledgerdata
"
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
"
index/:id(
\\
d+)
"
,
component
:
()
=>
import
(
"
@/views/risk/plan/ledgerdata
"
),
name
:
"
ledgerdata
"
,
meta
:
{
title
:
"
任务详情
"
,
activeMenu
:
"
/risk/plan/ledgerdata
"
},
},
],
},
{
{
path
:
"
/login
"
,
path
:
"
/login
"
,
component
:
()
=>
import
(
"
@/views/login
"
),
component
:
()
=>
import
(
"
@/views/login
"
),
...
@@ -167,20 +180,7 @@ export const dynamicRoutes = [
...
@@ -167,20 +180,7 @@ export const dynamicRoutes = [
},
},
],
],
},
},
{
path
:
"
/risk/plan/ledgerdata
"
,
component
:
Layout
,
hidden
:
true
,
permissions
:
[
"
system:dict:list
"
],
children
:
[
{
path
:
"
index/:id(
\\
d+)
"
,
component
:
()
=>
import
(
"
@/views/risk/plan/ledgerdata
"
),
name
:
"
ledgerdata
"
,
meta
:
{
title
:
"
任务详情
"
,
activeMenu
:
"
/risk/plan/ledgerdata
"
},
},
],
},
{
{
path
:
"
/riskLedger
"
,
path
:
"
/riskLedger
"
,
component
:
Layout
,
component
:
Layout
,
...
...
vue.config.js
View file @
b05ce176
...
@@ -37,8 +37,8 @@ module.exports = {
...
@@ -37,8 +37,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: "http://192.168.10.137:8080/",
// target: "http://192.168.10.137:8080/",
target
:
`http://192.168.4.232:8080`
,
//服务器地址
//
target: `http://192.168.4.232:8080`, //服务器地址
// target: `http://192.168.15.230:8081
`, //晓晋本地地址
target
:
`http://192.168.15.230:8080
`
,
//晓晋本地地址
// target: `http://192.168.15.152:8081`, //鲍德本地地址
// target: `http://192.168.15.152:8081`, //鲍德本地地址
// target: `http://127.0.0.1:8080`, //本地地址
// target: `http://127.0.0.1:8080`, //本地地址
changeOrigin
:
true
,
changeOrigin
:
true
,
...
...
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