diff --git a/config.js b/config.js index 5614c97..38ea2c5 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,5 @@ // 应用全局配置 module.exports = { - // baseUrl: "http://192.168.0.105:9037", TEST_LOGIN:"https://t-jn-development-manager.jsszkd.com/login", // ?clientId= // baseUrl: "https://t-jn-bjh-admin-server.jsszkd.com", baseUrl: "https://bjh.jndz.cn/bjh-admin-server", diff --git a/subEnterprise/activity/activity.vue b/subEnterprise/activity/activity.vue index 5a867df..a2c46fc 100644 --- a/subEnterprise/activity/activity.vue +++ b/subEnterprise/activity/activity.vue @@ -49,6 +49,14 @@ 所有人可参加 + + + 活动时间: + + + 2024-10-01 + + @@ -193,11 +201,16 @@ row-gap: 10rpx; .items{ display: flex; + align-items: center; .label { - + // display: flex; + // align-items: center; + // justify-content: center; } .value { - + // display: flex; + // align-items: center; + // justify-content: center; } } }