yb hace 10 meses
padre
commit
54e0230a18
Se han modificado 4 ficheros con 7 adiciones y 7 borrados
  1. 1 1
      .env.dev
  2. 2 2
      src/locales/en.ts
  3. 2 2
      src/locales/ja.ts
  4. 2 2
      src/locales/zh-CN.ts

+ 1 - 1
.env.dev

@@ -38,7 +38,7 @@ VITE_BASE_PATH=/
 VITE_OUT_DIR=dist
 
 # 商城H5会员端域名
-VITE_MALL_H5_DOMAIN='http://mall.fasteatjp.com'
+VITE_MALL_H5_DOMAIN='https://mall.ifoodme.com'
 
 # 验证码的开关
 VITE_APP_CAPTCHA_ENABLE=false

+ 2 - 2
src/locales/en.ts

@@ -147,8 +147,8 @@ export default {
     small: 'Small'
   },
   login: {
-    welcome: 'Welcome to FastEat',
-    message: 'Welcome to FastEat',
+    welcome: 'Welcome to Tabemate Pro',
+    message: 'Welcome to Tabemate Pro',
     tenantname: 'Tenant Name',
     username: 'User Name',
     password: 'Password',

+ 2 - 2
src/locales/ja.ts

@@ -147,8 +147,8 @@ export default {
     small: '小'
   },
   login: {
-    welcome: 'FastEat 注文システムへようこそ',
-    message: 'FastEat 注文システム',
+    welcome: 'Tabemate Pro  オーダーシステムへようこそ',
+    message: 'Tabemate Pro  オーダーシステム',
     tenantname: 'テナント名',
     username: 'ユーザー名',
     password: 'パスワード',

+ 2 - 2
src/locales/zh-CN.ts

@@ -147,8 +147,8 @@ export default {
     small: '小'
   },
   login: {
-    welcome: '欢迎使用FastEat点餐系统',
-    message: '欢迎使用FastEat点餐系统',
+    welcome: 'Tabemate Pro  オーダーシステムへようこそ',
+    message: 'Tabemate Pro  オーダーシステム',
     tenantname: '租户名称',
     username: '用户名',
     password: '密码',