Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
027fca44
Commit
027fca44
authored
Apr 16, 2024
by
Yuan Zhixiang
Browse files
修改后端地址
parent
315e5526
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main.js
View file @
027fca44
...
@@ -3,4 +3,4 @@ import App from './App.vue'
...
@@ -3,4 +3,4 @@ import App from './App.vue'
createApp
(
App
).
mount
(
'
#app
'
)
createApp
(
App
).
mount
(
'
#app
'
)
export
const
base_url
=
'
http://10a522a.vip.cpolar.top
'
/* 修改此项为后端地址 */
export
const
base_url
=
'
http://122.207.108.6:10500
'
/* 修改此项为后端地址 */
\ No newline at end of file
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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