Browse Source

更新测试环境

lifanagju_citu 4 tháng trước cách đây
mục cha
commit
1880b77c09
3 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 1
      src/App.vue
  2. 1 0
      src/utils/whiteList.js
  3. 1 1
      src/version.js

+ 1 - 1
src/App.vue

@@ -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()
     }
   })

+ 1 - 0
src/utils/whiteList.js

@@ -20,6 +20,7 @@ export const showImprovePersonaInfo = (url) => {
     '/recruit/entRegister',
     '/invite',
     '/enterpriseInvite',
+    '/register/company',
     // '/recruit/entRegister/joiningEnterprise',
     // '/recruit/entRegister/inReview',
   ]

+ 1 - 1
src/version.js

@@ -1,2 +1,2 @@
 // 版本号
-export const vue_version = 'v25.01.08.2037'
+export const vue_version = 'v25.01.08.2048'