diff --git a/ant-design-vue-jeecg/src/views/user/modules/SystemActivationModal.vue b/ant-design-vue-jeecg/src/views/user/modules/SystemActivationModal.vue
index f91d485..e9837eb 100644
--- a/ant-design-vue-jeecg/src/views/user/modules/SystemActivationModal.vue
+++ b/ant-design-vue-jeecg/src/views/user/modules/SystemActivationModal.vue
@@ -5,7 +5,7 @@
         <a-tab-pane key="tab1" tab="系统激活授权"/>
       </a-tabs>
       <a-form-model-item>
-        <a-input size="large" v-model="model.activationCode" autocomplete="false" placeholder="请输入系统激活码"/>
+        <a-input size="large" v-model="model.activationCode" autocomplete="false" placeholder="系统授权已过期,请输入系统激活码"/>
       </a-form-model-item>
       <a-form-item style="margin-top:24px">
         <a-button size="large" type="primary" htmlType="submit" class="login-button" :loading="loginBtn" @click.stop.prevent="handleSubmit" :disabled="loginBtn">确定
diff --git a/huaheng-wms-core/src/main/java/org/jeecg/utils/HuahengJwtUtil.java b/huaheng-wms-core/src/main/java/org/jeecg/utils/HuahengJwtUtil.java
index c8aa282..e6edb14 100644
--- a/huaheng-wms-core/src/main/java/org/jeecg/utils/HuahengJwtUtil.java
+++ b/huaheng-wms-core/src/main/java/org/jeecg/utils/HuahengJwtUtil.java
@@ -292,7 +292,7 @@ public class HuahengJwtUtil {
         System.out.println("jwt.getIssuedAt():" + DateUtil.format(jwt.getIssuedAt(), DatePattern.NORM_DATETIME_PATTERN));
         System.out.println("jwt.getExpiresAt():" + DateUtil.format(jwt.getExpiresAt(), DatePattern.NORM_DATETIME_PATTERN));
 
-        System.out.println("-------------------------------------系统激活码TOKEN-------------------------------------");
+        System.out.println("-------------------------------------系统激活码-------------------------------------");
         // 生成系统激活码TOKEN
         SystemAuthentication systemAuthentication = new SystemAuthentication();
         // 生成TOKEN必填参数