Settore se compariva "Tutti", veniva selezionato erroneamente di default -100
Risolto caricamento immagini Cliccando sull'immagine del profilo, nella Card, non si apre il Profilo Aggiunto "Estero" e "On Line" sul campo Comune. Orientamento dell'Immagine. viene storta una volta ridimensionata. Al momento della registrazione, dal BOT, in automatico viene presa l'immagine di Telegram e salvata sul proprio profilo della APP.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_VERSION="0.2.16"
|
||||
APP_VERSION="0.2.18"
|
||||
SERVICE_WORKER_FILE="service-worker.js"
|
||||
APP_ID="1"
|
||||
DIRECTORY_LOCAL="newfreeplanet"
|
||||
|
||||
@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
|
||||
{
|
||||
active: true,
|
||||
order: 130,
|
||||
path: '/mywork/:idSkill',
|
||||
path: '/myservice/:idSkill',
|
||||
materialIcon: '',
|
||||
name: 'pages.mywork2',
|
||||
component: () => import('@/views/user/mywork/mywork.vue'),
|
||||
name: 'pages.myservice2',
|
||||
component: () => import('@/views/user/myservice/myservice.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
APP_VERSION="0.2.16"
|
||||
APP_VERSION="0.2.18"
|
||||
SERVICE_WORKER_FILE="service-worker.js"
|
||||
APP_ID="13"
|
||||
DIRECTORY_LOCAL="newfreeplanet"
|
||||
|
||||
@@ -25,7 +25,7 @@ const msg_website_it = {
|
||||
profile: 'Profilo',
|
||||
profile2: 'ProfiloU',
|
||||
mypage2: 'mypage2',
|
||||
mywork2: 'mywork2',
|
||||
myservice2: 'myservice2',
|
||||
test: 'Test',
|
||||
projects: 'Progetti',
|
||||
report: 'Report Ore',
|
||||
|
||||
@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
|
||||
{
|
||||
active: true,
|
||||
order: 130,
|
||||
path: '/mywork/:idSkill',
|
||||
path: '/myservice/:idSkill',
|
||||
materialIcon: '',
|
||||
name: 'pages.mywork2',
|
||||
component: () => import('@/views/user/mywork/mywork.vue'),
|
||||
name: 'pages.myservice2',
|
||||
component: () => import('@/views/user/myservice/myservice.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
APP_VERSION="0.2.16"
|
||||
APP_VERSION="0.2.18"
|
||||
SERVICE_WORKER_FILE="service-worker.js"
|
||||
APP_ID="12"
|
||||
DIRECTORY_LOCAL="newfreeplanet"
|
||||
|
||||
@@ -439,6 +439,14 @@ export const Province = [
|
||||
label: 'Viterbo',
|
||||
value: 'VT',
|
||||
},
|
||||
{
|
||||
label: 'Estero',
|
||||
value: 'EST',
|
||||
},
|
||||
{
|
||||
label: 'On Line',
|
||||
value: 'ONL',
|
||||
},
|
||||
]
|
||||
|
||||
export const Comuni = [
|
||||
|
||||
@@ -503,10 +503,10 @@ const baseroutes: IListRoutes[] = [
|
||||
{
|
||||
active: true,
|
||||
order: 130,
|
||||
path: '/mywork/:idSkill',
|
||||
path: '/myservice/:idSkill',
|
||||
materialIcon: '',
|
||||
name: 'pages.mywork2',
|
||||
component: () => import('@/views/user/mywork/mywork.vue'),
|
||||
name: 'pages.myservice2',
|
||||
component: () => import('@/views/user/myservice/myservice.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
|
||||
Reference in New Issue
Block a user