This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
recruitment-wechat-uniapp-241012
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 更新生产环境baseUrl为www.teyizhao.com
将生产环境的baseUrl从admin.teyizhao.com更改为www.teyizhao.com,以匹配新的域名配置
master
前端-胡立永
1 day ago
parent
d87bb9f55e
commit
0dc5f6a6e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.js
+ 1
- 1
config.js
View File
@ -19,7 +19,7 @@ const config = {
baseUrl
:
'http://augcl.natapp1.cc/employ-api'
,
}
,
prod
:
{
baseUrl
:
'https://
admin
.teyizhao.com/employ-api'
,
baseUrl
:
'https://
www
.teyizhao.com/employ-api'
,
//www.teyizhao.com
}
}
Write
Preview
Loading…
Cancel
Save