diff --git a/admin-pc/.env.development b/admin-pc/.env.development index 44b5463..0418b23 100644 --- a/admin-pc/.env.development +++ b/admin-pc/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8000/popularize-admin/ +VUE_APP_API_BASE_URL=https://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 diff --git a/admin-pc/.env.production b/admin-pc/.env.production index 951f772..72fc010 100644 --- a/admin-pc/.env.production +++ b/admin-pc/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8000/popularize-admin/ +VUE_APP_API_BASE_URL=https://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 \ No newline at end of file diff --git a/admin-pc/src/components/tools/Logo.vue b/admin-pc/src/components/tools/Logo.vue index eb1b8ca..af35a37 100644 --- a/admin-pc/src/components/tools/Logo.vue +++ b/admin-pc/src/components/tools/Logo.vue @@ -21,7 +21,7 @@ props: { title: { type: String, - default: '陌美人', + default: '活动推广', required: false }, showTitle: {