Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
c0f86506
Commit
c0f86506
authored
Jul 10, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复bug修改测试地址
parent
b4d63c7f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
config.ts
src/config.ts
+2
-3
main.ts
src/main.ts
+4
-1
No files found.
src/config.ts
View file @
c0f86506
...
...
@@ -17,15 +17,14 @@ export const app_config: { [key: string]: IConfig } = {
// 测试环境 暂时无测试环境部署
test
:
{
// baseUrl: 'http://culture.yswg.com.cn:8089', // 线上测试机
baseUrl
:
'http://192.168.2.55:8089'
,
// 首拥本地
baseUrl
:
'http://47.119.149.50:3459'
,
// 线上测试机
loginType
:
1
,
wxRedirect
:
''
,
},
// 开发环境
development
:
{
// baseUrl: 'http://
culture.yswg.com.cn:808
9', // 线上测试机
// baseUrl: 'http://
47.119.149.50:345
9', // 线上测试机
// baseUrl: 'http://192.168.2.168:8089', // 立鹏本地/
baseUrl
:
'http://192.168.2.55:8089'
,
// 首拥本地
loginType
:
1
,
...
...
src/main.ts
View file @
c0f86506
...
...
@@ -40,4 +40,7 @@ app.use(LuckyCanvas)
app
.
directive
(
'parse-comment'
,
vParseComment
)
// 全局组件挂载
app
.
component
(
'SvgIcon'
,
SvgIcon
)
app
.
mount
(
'#app'
)
router
.
isReady
().
then
(()
=>
{
app
.
mount
(
'#app'
)
})
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