@@ -24,8 +24,8 @@ export default defineManifestConfig({
'name': VITE_APP_TITLE,
'appid': VITE_UNI_APPID,
'description': '',
- 'versionName': '1.2.2',
- 'versionCode': '122',
+ 'versionName': '1.2.3',
+ 'versionCode': '123',
'transformPx': false,
'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
'fallbackLocale': 'en',
@@ -90,5 +90,5 @@ export function noticeDel(id: number) {
// 绑定registerID
export function bindUser(data: any) {
- return http.post<any>(`${pre1}/app/jpush/bindUser`, data)
+ return http.post<any>(`${pre}/app/jpush/bindUser`, data)
}
@@ -2,8 +2,8 @@
"name": "BandhuBuy",
"appid": "__UNI__D38110B",
"description": "",
- "versionName": "1.2.2",
- "versionCode": "122",
+ "versionName": "1.2.3",
+ "versionCode": "123",
"transformPx": false,
"app-plus": {
"usingComponents": true,