Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
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
PeiZhen-Java
peizhen-vue
Commits
4775763b
Commit
4775763b
authored
Sep 22, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
35fecfd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/layout/components/Navbar.vue
+1
-1
vue.config.js
+2
-2
No files found.
src/layout/components/Navbar.vue
View file @
4775763b
...
...
@@ -102,7 +102,7 @@ export default {
type
:
'warning'
}).
then
(()
=>
{
this
.
$store
.
dispatch
(
'LogOut'
).
then
(()
=>
{
location
.
href
=
process
.
env
.
VUE_APP_CONTEXT_PATH
+
"index"
;
location
.
href
=
process
.
env
.
VUE_APP_CONTEXT_PATH
+
"
#/
index"
;
})
}).
catch
(()
=>
{});
}
...
...
vue.config.js
View file @
4775763b
...
...
@@ -36,8 +36,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:8089`,
target
:
`https://peizheng.shanpeikj.com/api`
,
//
target: `http://192.168.0.169:8089`,
//
target: `https://peizheng.shanpeikj.com/api`,
target
:
`http://192.168.0.169:8089`
,
// target: `http://192.168.0.137:8089`,
// target: `http://192.168.0.170:8089`,
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