diff --git a/.env b/.env index 228da808c..d2b0055cb 100644 --- a/.env +++ b/.env @@ -1,16 +1,15 @@ -APP_BASE_URL= -APP_WEBSOCKET= -APP_COMPANY_ID= -APP_PLATFORM= -APP_CUSTOM_SERVER= -APP_HOME_PAGE= -APP_TRACK= -APP_YOUSHU_TOKEN= -APP_ID= -APP_MAP_KEY= -APP_MAP_NAME= -APP_IMAGE_CDN= -APP_DIANWU_URL= +APP_BASE_URL=https://demo-ecshopx.ishopex.cn/api/h5app/wxapp +APP_WEBSOCKET=wss://demo-ecshopx.ishopex.cn/ws +APP_COMPANY_ID=38 +APP_PLATFORM=standard +APP_CUSTOM_SERVER=https://ecshopx-h5.ex-sandbox.com/ +APP_HOME_PAGE=/pages/index +APP_TRACK=youshu +APP_YOUSHU_TOKEN=bi281e87ab2424481a +APP_ID=wx1e25e45145b70faa +APP_MAP_KEY=PSPBZ-KQ5CW-CSGRF-ON2S4-K2HQJ-XEBQG +APP_MAP_NAME=oneX新零售门店定位 +APP_IMAGE_CDN=https://b-img-cdn.yuanyuanke.cn/ecshopx-vshop +APP_DIANWU_URL=https://demo-ecshopx-dianwu.shopex123.com APP_MERCHANT_URL= APP_ADAPAY= - diff --git a/src/subpages/auth/comps/comp-password-input.js b/src/subpages/auth/comps/comp-password-input.js index 9f8d67802..33360fb7c 100644 --- a/src/subpages/auth/comps/comp-password-input.js +++ b/src/subpages/auth/comps/comp-password-input.js @@ -8,7 +8,6 @@ import { View, Text } from '@tarojs/components' import { classNames } from '@/utils' import { useImmer } from 'use-immer' import { SpInput as AtInput } from '@/components' -import { PASSWORD_TIP } from '../const' import './comp-password-input.scss' const initialValue = { @@ -34,7 +33,7 @@ const CompPasswordInput = (props) => { { onChange={handleInputChange('repassword')} /> - {PASSWORD_TIP()} + 密码需由6-16位数字或字母组成