@@ -19,7 +19,7 @@ onMounted(() => {
nextTick(() => {
const process_ENV = import.meta.env.VITE_USER_NODE_ENV || ''
if (process_ENV === 'production') {
- console.log('打印vue_version:', vue_version)
+ console.log(vue_version) // 打印版本号
open()
}
})
@@ -20,6 +20,7 @@ export const showImprovePersonaInfo = (url) => {
'/recruit/entRegister',
'/invite',
'/enterpriseInvite',
+ '/register/company',
// '/recruit/entRegister/joiningEnterprise',
// '/recruit/entRegister/inReview',
]
@@ -1,2 +1,2 @@
// 版本号
-export const vue_version = 'v25.01.08.2037'
+export const vue_version = 'v25.01.08.2048'