This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
popularize-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
代码修复
master
主管理员
2 months ago
parent
b3cb8601a7
commit
cf2fc3e9ce
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
admin-pc/.env.development
+1
-1
admin-pc/.env.production
+1
-1
admin-pc/src/components/tools/Logo.vue
+ 1
- 1
admin-pc/.env.development
View File
@ -1,5 +1,5 @@
NODE_ENV=development
VUE_APP_API_BASE_URL=http
://localhost:8000
/popularize-admin/
VUE_APP_API_BASE_URL=http
s://popularize-admin.hhlm1688.com
/popularize-admin/
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
+ 1
- 1
admin-pc/.env.production
View File
@ -1,4 +1,4 @@
NODE_ENV=production
VUE_APP_API_BASE_URL=http
://localhost:8000
/popularize-admin/
VUE_APP_API_BASE_URL=http
s://popularize-admin.hhlm1688.com
/popularize-admin/
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
+ 1
- 1
admin-pc/src/components/tools/Logo.vue
View File
@ -21,7 +21,7 @@
props
:
{
title
:
{
type
:
String
,
default
:
'
陌美人
'
,
default
:
'
活动推广
'
,
required
:
false
}
,
showTitle
:
{
Write
Preview
Loading…
Cancel
Save