jinx před 4 roky
rodič
revize
68be04e32b

+ 1 - 1
pc/src/lang/en/modules/login.js

@@ -12,7 +12,7 @@ module.exports = {
   'rememberPassword': 'Remember Password',
   'forgetPassword': 'Forgot Password',
   'registerAccount': 'Sign Up',
-  'cameraLoginTip': 'Scan the QR-Code to log in with the 4DKanKan App',
+  'cameraLoginTip': 'Scan the QR-Code to log in with the Falcon Visual',
   'kankanAccountRegister': 'Sign in',
   'setPassword': 'Set your password',
   'rePassword': 'Enter password again',

+ 1 - 1
pc/src/lang/zh/modules/login.js

@@ -12,7 +12,7 @@ module.exports = {
   rememberPassword: '记住密码',
   forgetPassword: '忘记密码',
   registerAccount: '账号注册',
-  cameraLoginTip: '打开四维看看app扫一扫登录',
+  cameraLoginTip: '打开Falcon Visual app扫一扫登录',
   kankanAccountRegister: '账号注册',
   setPassword: '设置密码',
   rePassword: '重复密码',

+ 1 - 1
pc/src/page/manage/temp/information.vue

@@ -26,7 +26,7 @@
           <p><span>{{langAccount.account}}</span><span>{{info.userName}}</span></p>
           <p>
             <span>{{langAccount.nickname}}</span>
-            <input autofocus v-model="editinfo.nickName" :placeholder="langAccount.placeholder.nickname" class="nickname" maxlength="10" type="text">
+            <input autofocus v-model="editinfo.nickName" :placeholder="langAccount.placeholder.nickname" class="nickname" maxlength="20" type="text">
           </p>
           <!-- <p>
             <span>{{langAccount.email}}</span>

+ 1 - 1
pc/src/page/manage/temp/scene.vue

@@ -14,7 +14,7 @@
         </ul>
       <div class="rig-con">
         <div class="btns" v-if="tabActive===1&&!isImgType">
-          <span class="button" @click="multCop">{{ $t('manage.sceneAdmin.collaborative') }}</span>
+          <span  v-if="!deviceLogin" class="button" @click="multCop">{{ $t('manage.sceneAdmin.collaborative') }}</span>
           <span class="button default" @click="multDel">{{ $t('common.delete') }}</span>
         </div>
         <div class="main-list">

+ 1 - 1
pc/src/store/language/cn/binocular.js

@@ -48,7 +48,7 @@ export default{
     ]
   },
   app: {
-    title: '4DKankan App',
+    title: 'Falcon Visual',
     sub: ['快速编辑和分享你的互动式视频', '分享你的空间故事']
   },
   guide: [

+ 1 - 1
pc/src/store/language/cn/eight.js

@@ -34,7 +34,7 @@ export default{
     ]
   },
   app: {
-    title: '4DKankan App',
+    title: 'Falcon Visual App',
     sub: ['快速编辑和分享你的互动式视频', '分享你的空间故事']
   },
   definition: {

+ 1 - 1
pc/src/store/language/cn/home.js

@@ -189,7 +189,7 @@ export default{
     cluse: '我已阅读并同意用户协议',
     login: '登录',
     submit: '提交',
-    scansub: '打开四维看看app扫一扫登录',
+    scansub: '打开Falcon Visual app扫一扫登录',
     loginsub1: '还没有账号?',
     loginsub2: '立即注册',
     resigter1: '已有账号,',

+ 1 - 1
pc/src/store/language/en/binocular.js

@@ -48,7 +48,7 @@ export default{
     ]
   },
   app: {
-    title: '4DKankan App',
+    title: 'Falcon Visual App',
     sub: ['快速编辑和分享你的互动式视频', '分享你的空间故事']
   },
   guide: [

+ 1 - 1
pc/src/store/language/en/eight.js

@@ -33,7 +33,7 @@ export default{
     ]
   },
   app: {
-    title: '4DKankan App',
+    title: 'Falcon Visual App',
     sub: ['快速编辑和分享你的互动式视频', '分享你的空间故事']
   },
   definition: {

+ 1 - 1
pc/src/store/language/en/home.js

@@ -185,7 +185,7 @@ export default{
     cluse: 'I have read User Agreement.',
     login: 'Log in',
     submit: 'Submit',
-    scansub: 'Scan the QR-Code to log in with the 4DKanKan App',
+    scansub: 'Scan the QR-Code to log in with the Falcon Visual',
     loginsub1: 'Don’t have an account? ',
     loginsub2: ' Sign Up',
     resigter1: 'Already have an account, ',

+ 1 - 1
pc/src/store/user.js

@@ -451,7 +451,7 @@ export default {
         if (qudao === 'email') {
           params = {
             email,
-            country: 1
+            country: 2
           }
           Api.getEmailAuthCode(params)
           return true