Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4e006184
authored
Jul 11, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总体架构维护
1 parent
87c6d146
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
src/api/index.js
src/config/micromodule.js
vue.config.js
src/api/index.js
View file @
4e00618
This diff is collapsed.
Click to expand it.
src/config/micromodule.js
View file @
4e00618
...
@@ -9,4 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool'
...
@@ -9,4 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool'
//国能项目
//国能项目
//系统管理
//系统管理
export
const
ARCH_MANAGE
=
'/arch-manage'
export
const
ARCH_MANAGE
=
'/arch-manage'
\ No newline at end of file
export
const
FRAMEWORK_ASSERT
=
"/framework-asserts"
\ No newline at end of file
vue.config.js
View file @
4e00618
...
@@ -52,7 +52,10 @@ module.exports = defineConfig({
...
@@ -52,7 +52,10 @@ module.exports = defineConfig({
// secure: false,
// secure: false,
// pathRewrite: { '^/api': '' },
// pathRewrite: { '^/api': '' },
},
},
'/framework-asserts'
:
{
target
:
`http://
${
ip
}
:19000/`
,
// 国能
changeOrigin
:
true
,
},
},
},
},
},
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment