diff --git a/general-rf-india/.editorconfig b/.editorconfig similarity index 100% rename from general-rf-india/.editorconfig rename to .editorconfig diff --git a/general-rf-india/.env.development b/.env.development similarity index 100% rename from general-rf-india/.env.development rename to .env.development diff --git a/general-rf-india/.env.development.local.rename b/.env.development.local.rename similarity index 100% rename from general-rf-india/.env.development.local.rename rename to .env.development.local.rename diff --git a/general-rf-india/.env.production b/.env.production similarity index 100% rename from general-rf-india/.env.production rename to .env.production diff --git a/general-rf-india/.eslintrc.js b/.eslintrc.js similarity index 100% rename from general-rf-india/.eslintrc.js rename to .eslintrc.js diff --git a/general-rf-india/.gitignore b/.gitignore similarity index 100% rename from general-rf-india/.gitignore rename to .gitignore diff --git a/general-rf-india/README.md b/README.md similarity index 100% rename from general-rf-india/README.md rename to README.md diff --git a/general-rf-india/babel.config.js b/babel.config.js similarity index 100% rename from general-rf-india/babel.config.js rename to babel.config.js diff --git a/general-rf-india/package-lock.json b/package-lock.json similarity index 100% rename from general-rf-india/package-lock.json rename to package-lock.json diff --git a/general-rf-india/package.json b/package.json similarity index 100% rename from general-rf-india/package.json rename to package.json diff --git a/general-rf-india/postcss.config.js b/postcss.config.js similarity index 100% rename from general-rf-india/postcss.config.js rename to postcss.config.js diff --git a/general-rf-india/public/index.html b/public/index.html similarity index 100% rename from general-rf-india/public/index.html rename to public/index.html diff --git a/general-rf-india/src/App.vue b/src/App.vue similarity index 100% rename from general-rf-india/src/App.vue rename to src/App.vue diff --git a/general-rf-india/src/components/HelloWorld.vue b/src/components/HelloWorld.vue similarity index 100% rename from general-rf-india/src/components/HelloWorld.vue rename to src/components/HelloWorld.vue diff --git a/general-rf-india/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue similarity index 100% rename from general-rf-india/src/components/J-Picker/jPicker.vue rename to src/components/J-Picker/jPicker.vue diff --git a/general-rf-india/src/components/alert/alert.ts b/src/components/alert/alert.ts similarity index 100% rename from general-rf-india/src/components/alert/alert.ts rename to src/components/alert/alert.ts diff --git a/general-rf-india/src/components/alert/alerts.vue b/src/components/alert/alerts.vue similarity index 100% rename from general-rf-india/src/components/alert/alerts.vue rename to src/components/alert/alerts.vue diff --git a/general-rf-india/src/components/base/page.ts b/src/components/base/page.ts similarity index 100% rename from general-rf-india/src/components/base/page.ts rename to src/components/base/page.ts diff --git a/general-rf-india/src/components/uni-combox/uni-combox.vue b/src/components/uni-combox/uni-combox.vue similarity index 100% rename from general-rf-india/src/components/uni-combox/uni-combox.vue rename to src/components/uni-combox/uni-combox.vue diff --git a/general-rf-india/src/i18n/index.ts b/src/i18n/index.ts similarity index 100% rename from general-rf-india/src/i18n/index.ts rename to src/i18n/index.ts diff --git a/general-rf-india/src/i18n/lang/cn.ts b/src/i18n/lang/cn.ts similarity index 100% rename from general-rf-india/src/i18n/lang/cn.ts rename to src/i18n/lang/cn.ts diff --git a/general-rf-india/src/i18n/lang/en.ts b/src/i18n/lang/en.ts similarity index 100% rename from general-rf-india/src/i18n/lang/en.ts rename to src/i18n/lang/en.ts diff --git a/general-rf-india/src/main.ts b/src/main.ts similarity index 100% rename from general-rf-india/src/main.ts rename to src/main.ts diff --git a/general-rf-india/src/manifest.json b/src/manifest.json similarity index 100% rename from general-rf-india/src/manifest.json rename to src/manifest.json diff --git a/general-rf-india/src/pages.json b/src/pages.json similarity index 100% rename from general-rf-india/src/pages.json rename to src/pages.json diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/config.ts b/src/pages/SemiProduct/DumpList/DumpListFH/config.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/config.ts rename to src/pages/SemiProduct/DumpList/DumpListFH/config.ts diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/detail.vue b/src/pages/SemiProduct/DumpList/DumpListFH/detail.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/detail.vue rename to src/pages/SemiProduct/DumpList/DumpListFH/detail.vue diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/index.vue b/src/pages/SemiProduct/DumpList/DumpListFH/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/index.vue rename to src/pages/SemiProduct/DumpList/DumpListFH/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/model.ts b/src/pages/SemiProduct/DumpList/DumpListFH/model.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListFH/model.ts rename to src/pages/SemiProduct/DumpList/DumpListFH/model.ts diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/config.ts b/src/pages/SemiProduct/DumpList/DumpListSH/config.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/config.ts rename to src/pages/SemiProduct/DumpList/DumpListSH/config.ts diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/detail.vue b/src/pages/SemiProduct/DumpList/DumpListSH/detail.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/detail.vue rename to src/pages/SemiProduct/DumpList/DumpListSH/detail.vue diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/index.vue b/src/pages/SemiProduct/DumpList/DumpListSH/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/index.vue rename to src/pages/SemiProduct/DumpList/DumpListSH/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/model.ts b/src/pages/SemiProduct/DumpList/DumpListSH/model.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/DumpListSH/model.ts rename to src/pages/SemiProduct/DumpList/DumpListSH/model.ts diff --git a/general-rf-india/src/pages/SemiProduct/DumpList/index.vue b/src/pages/SemiProduct/DumpList/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/DumpList/index.vue rename to src/pages/SemiProduct/DumpList/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/inbound/config.ts b/src/pages/SemiProduct/inbound/config.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/inbound/config.ts rename to src/pages/SemiProduct/inbound/config.ts diff --git a/general-rf-india/src/pages/SemiProduct/inbound/index.vue b/src/pages/SemiProduct/inbound/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/inbound/index.vue rename to src/pages/SemiProduct/inbound/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/inbound/model.ts b/src/pages/SemiProduct/inbound/model.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/inbound/model.ts rename to src/pages/SemiProduct/inbound/model.ts diff --git a/general-rf-india/src/pages/SemiProduct/index.vue b/src/pages/SemiProduct/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/index.vue rename to src/pages/SemiProduct/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/model.ts b/src/pages/SemiProduct/model.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/model.ts rename to src/pages/SemiProduct/model.ts diff --git a/general-rf-india/src/pages/SemiProduct/outbound/config.ts b/src/pages/SemiProduct/outbound/config.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/outbound/config.ts rename to src/pages/SemiProduct/outbound/config.ts diff --git a/general-rf-india/src/pages/SemiProduct/outbound/index.vue b/src/pages/SemiProduct/outbound/index.vue similarity index 100% rename from general-rf-india/src/pages/SemiProduct/outbound/index.vue rename to src/pages/SemiProduct/outbound/index.vue diff --git a/general-rf-india/src/pages/SemiProduct/outbound/model.ts b/src/pages/SemiProduct/outbound/model.ts similarity index 100% rename from general-rf-india/src/pages/SemiProduct/outbound/model.ts rename to src/pages/SemiProduct/outbound/model.ts diff --git a/general-rf-india/src/pages/demo/index.vue b/src/pages/demo/index.vue similarity index 100% rename from general-rf-india/src/pages/demo/index.vue rename to src/pages/demo/index.vue diff --git a/general-rf-india/src/pages/demo/model.ts b/src/pages/demo/model.ts similarity index 100% rename from general-rf-india/src/pages/demo/model.ts rename to src/pages/demo/model.ts diff --git a/general-rf-india/src/pages/index/index.vue b/src/pages/index/index.vue similarity index 100% rename from general-rf-india/src/pages/index/index.vue rename to src/pages/index/index.vue diff --git a/general-rf-india/src/pages/index/model.ts b/src/pages/index/model.ts similarity index 100% rename from general-rf-india/src/pages/index/model.ts rename to src/pages/index/model.ts diff --git a/general-rf-india/src/pages/login/area/config.ts b/src/pages/login/area/config.ts similarity index 100% rename from general-rf-india/src/pages/login/area/config.ts rename to src/pages/login/area/config.ts diff --git a/general-rf-india/src/pages/login/area/index.vue b/src/pages/login/area/index.vue similarity index 100% rename from general-rf-india/src/pages/login/area/index.vue rename to src/pages/login/area/index.vue diff --git a/general-rf-india/src/pages/login/area/model.ts b/src/pages/login/area/model.ts similarity index 100% rename from general-rf-india/src/pages/login/area/model.ts rename to src/pages/login/area/model.ts diff --git a/general-rf-india/src/pages/login/login/index.vue b/src/pages/login/login/index.vue similarity index 100% rename from general-rf-india/src/pages/login/login/index.vue rename to src/pages/login/login/index.vue diff --git a/general-rf-india/src/pages/login/server/index.vue b/src/pages/login/server/index.vue similarity index 100% rename from general-rf-india/src/pages/login/server/index.vue rename to src/pages/login/server/index.vue diff --git a/general-rf-india/src/pages/login/server/model.ts b/src/pages/login/server/model.ts similarity index 100% rename from general-rf-india/src/pages/login/server/model.ts rename to src/pages/login/server/model.ts diff --git a/general-rf-india/src/pages/product/inbound/finishProductOffline/config.ts b/src/pages/product/inbound/finishProductOffline/config.ts similarity index 100% rename from general-rf-india/src/pages/product/inbound/finishProductOffline/config.ts rename to src/pages/product/inbound/finishProductOffline/config.ts diff --git a/general-rf-india/src/pages/product/inbound/finishProductOffline/index.vue b/src/pages/product/inbound/finishProductOffline/index.vue similarity index 100% rename from general-rf-india/src/pages/product/inbound/finishProductOffline/index.vue rename to src/pages/product/inbound/finishProductOffline/index.vue diff --git a/general-rf-india/src/pages/product/inbound/finishProductOffline/model.ts b/src/pages/product/inbound/finishProductOffline/model.ts similarity index 100% rename from general-rf-india/src/pages/product/inbound/finishProductOffline/model.ts rename to src/pages/product/inbound/finishProductOffline/model.ts diff --git a/general-rf-india/src/pages/product/inbound/index3.vue b/src/pages/product/inbound/index3.vue similarity index 100% rename from general-rf-india/src/pages/product/inbound/index3.vue rename to src/pages/product/inbound/index3.vue diff --git a/general-rf-india/src/pages/product/inbound/offline-in/index.vue b/src/pages/product/inbound/offline-in/index.vue similarity index 100% rename from general-rf-india/src/pages/product/inbound/offline-in/index.vue rename to src/pages/product/inbound/offline-in/index.vue diff --git a/general-rf-india/src/pages/product/inbound/offline-in/model.ts b/src/pages/product/inbound/offline-in/model.ts similarity index 100% rename from general-rf-india/src/pages/product/inbound/offline-in/model.ts rename to src/pages/product/inbound/offline-in/model.ts diff --git a/general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/config.ts b/src/pages/product/inbound/semiFinishProductOffline2/config.ts similarity index 100% rename from general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/config.ts rename to src/pages/product/inbound/semiFinishProductOffline2/config.ts diff --git a/general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/index.vue b/src/pages/product/inbound/semiFinishProductOffline2/index.vue similarity index 100% rename from general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/index.vue rename to src/pages/product/inbound/semiFinishProductOffline2/index.vue diff --git a/general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/model.ts b/src/pages/product/inbound/semiFinishProductOffline2/model.ts similarity index 100% rename from general-rf-india/src/pages/product/inbound/semiFinishProductOffline2/model.ts rename to src/pages/product/inbound/semiFinishProductOffline2/model.ts diff --git a/general-rf-india/src/pages/product/index.vue b/src/pages/product/index.vue similarity index 100% rename from general-rf-india/src/pages/product/index.vue rename to src/pages/product/index.vue diff --git a/general-rf-india/src/pages/product/model.ts b/src/pages/product/model.ts similarity index 100% rename from general-rf-india/src/pages/product/model.ts rename to src/pages/product/model.ts diff --git a/general-rf-india/src/pages/product/outbound/foreign/index.vue b/src/pages/product/outbound/foreign/index.vue similarity index 100% rename from general-rf-india/src/pages/product/outbound/foreign/index.vue rename to src/pages/product/outbound/foreign/index.vue diff --git a/general-rf-india/src/pages/product/outbound/foreign/model.ts b/src/pages/product/outbound/foreign/model.ts similarity index 100% rename from general-rf-india/src/pages/product/outbound/foreign/model.ts rename to src/pages/product/outbound/foreign/model.ts diff --git a/general-rf-india/src/pages/product/outbound/index.vue b/src/pages/product/outbound/index.vue similarity index 100% rename from general-rf-india/src/pages/product/outbound/index.vue rename to src/pages/product/outbound/index.vue diff --git a/general-rf-india/src/pages/product/outbound/internal/index.vue b/src/pages/product/outbound/internal/index.vue similarity index 100% rename from general-rf-india/src/pages/product/outbound/internal/index.vue rename to src/pages/product/outbound/internal/index.vue diff --git a/general-rf-india/src/pages/product/outbound/internal/model.ts b/src/pages/product/outbound/internal/model.ts similarity index 100% rename from general-rf-india/src/pages/product/outbound/internal/model.ts rename to src/pages/product/outbound/internal/model.ts diff --git a/general-rf-india/src/pages/product/outbound/stoOutbound/config.ts b/src/pages/product/outbound/stoOutbound/config.ts similarity index 100% rename from general-rf-india/src/pages/product/outbound/stoOutbound/config.ts rename to src/pages/product/outbound/stoOutbound/config.ts diff --git a/general-rf-india/src/pages/product/outbound/stoOutbound/detail.vue b/src/pages/product/outbound/stoOutbound/detail.vue similarity index 100% rename from general-rf-india/src/pages/product/outbound/stoOutbound/detail.vue rename to src/pages/product/outbound/stoOutbound/detail.vue diff --git a/general-rf-india/src/pages/product/outbound/stoOutbound/index.vue b/src/pages/product/outbound/stoOutbound/index.vue similarity index 100% rename from general-rf-india/src/pages/product/outbound/stoOutbound/index.vue rename to src/pages/product/outbound/stoOutbound/index.vue diff --git a/general-rf-india/src/pages/product/outbound/stoOutbound/model.ts b/src/pages/product/outbound/stoOutbound/model.ts similarity index 100% rename from general-rf-india/src/pages/product/outbound/stoOutbound/model.ts rename to src/pages/product/outbound/stoOutbound/model.ts diff --git a/general-rf-india/src/pages/product/warehouse/index.vue b/src/pages/product/warehouse/index.vue similarity index 100% rename from general-rf-india/src/pages/product/warehouse/index.vue rename to src/pages/product/warehouse/index.vue diff --git a/general-rf-india/src/pages/product/warehouse/wholeCollect/index.vue b/src/pages/product/warehouse/wholeCollect/index.vue similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeCollect/index.vue rename to src/pages/product/warehouse/wholeCollect/index.vue diff --git a/general-rf-india/src/pages/product/warehouse/wholeCollect/model.ts b/src/pages/product/warehouse/wholeCollect/model.ts similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeCollect/model.ts rename to src/pages/product/warehouse/wholeCollect/model.ts diff --git a/general-rf-india/src/pages/product/warehouse/wholeLnventory/index.vue b/src/pages/product/warehouse/wholeLnventory/index.vue similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeLnventory/index.vue rename to src/pages/product/warehouse/wholeLnventory/index.vue diff --git a/general-rf-india/src/pages/product/warehouse/wholeLnventory/model.ts b/src/pages/product/warehouse/wholeLnventory/model.ts similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeLnventory/model.ts rename to src/pages/product/warehouse/wholeLnventory/model.ts diff --git a/general-rf-india/src/pages/product/warehouse/wholeScrap/index.vue b/src/pages/product/warehouse/wholeScrap/index.vue similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeScrap/index.vue rename to src/pages/product/warehouse/wholeScrap/index.vue diff --git a/general-rf-india/src/pages/product/warehouse/wholeScrap/model.ts b/src/pages/product/warehouse/wholeScrap/model.ts similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeScrap/model.ts rename to src/pages/product/warehouse/wholeScrap/model.ts diff --git a/general-rf-india/src/pages/product/warehouse/wholeTransfer/index.vue b/src/pages/product/warehouse/wholeTransfer/index.vue similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeTransfer/index.vue rename to src/pages/product/warehouse/wholeTransfer/index.vue diff --git a/general-rf-india/src/pages/product/warehouse/wholeTransfer/model.ts b/src/pages/product/warehouse/wholeTransfer/model.ts similarity index 100% rename from general-rf-india/src/pages/product/warehouse/wholeTransfer/model.ts rename to src/pages/product/warehouse/wholeTransfer/model.ts diff --git a/general-rf-india/src/pages/raw/appointment/checkin/config.ts b/src/pages/raw/appointment/checkin/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkin/config.ts rename to src/pages/raw/appointment/checkin/config.ts diff --git a/general-rf-india/src/pages/raw/appointment/checkin/index.vue b/src/pages/raw/appointment/checkin/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkin/index.vue rename to src/pages/raw/appointment/checkin/index.vue diff --git a/general-rf-india/src/pages/raw/appointment/checkin/list.vue b/src/pages/raw/appointment/checkin/list.vue similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkin/list.vue rename to src/pages/raw/appointment/checkin/list.vue diff --git a/general-rf-india/src/pages/raw/appointment/checkin/model.ts b/src/pages/raw/appointment/checkin/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkin/model.ts rename to src/pages/raw/appointment/checkin/model.ts diff --git a/general-rf-india/src/pages/raw/appointment/checkin/platform.ts b/src/pages/raw/appointment/checkin/platform.ts similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkin/platform.ts rename to src/pages/raw/appointment/checkin/platform.ts diff --git a/general-rf-india/src/pages/raw/appointment/checkout/index.vue b/src/pages/raw/appointment/checkout/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkout/index.vue rename to src/pages/raw/appointment/checkout/index.vue diff --git a/general-rf-india/src/pages/raw/appointment/checkout/model.ts b/src/pages/raw/appointment/checkout/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkout/model.ts rename to src/pages/raw/appointment/checkout/model.ts diff --git a/general-rf-india/src/pages/raw/appointment/checkout/reason.ts b/src/pages/raw/appointment/checkout/reason.ts similarity index 100% rename from general-rf-india/src/pages/raw/appointment/checkout/reason.ts rename to src/pages/raw/appointment/checkout/reason.ts diff --git a/general-rf-india/src/pages/raw/appointment/index.vue b/src/pages/raw/appointment/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/appointment/index.vue rename to src/pages/raw/appointment/index.vue diff --git a/general-rf-india/src/pages/raw/handover/aggregating/accessory.vue b/src/pages/raw/handover/aggregating/accessory.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/accessory.vue rename to src/pages/raw/handover/aggregating/accessory.vue diff --git a/general-rf-india/src/pages/raw/handover/aggregating/config.ts b/src/pages/raw/handover/aggregating/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/config.ts rename to src/pages/raw/handover/aggregating/config.ts diff --git a/general-rf-india/src/pages/raw/handover/aggregating/index.vue b/src/pages/raw/handover/aggregating/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/index.vue rename to src/pages/raw/handover/aggregating/index.vue diff --git a/general-rf-india/src/pages/raw/handover/aggregating/model.ts b/src/pages/raw/handover/aggregating/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/model.ts rename to src/pages/raw/handover/aggregating/model.ts diff --git a/general-rf-india/src/pages/raw/handover/aggregating/order.vue b/src/pages/raw/handover/aggregating/order.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/order.vue rename to src/pages/raw/handover/aggregating/order.vue diff --git a/general-rf-india/src/pages/raw/handover/aggregating/result.vue b/src/pages/raw/handover/aggregating/result.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/result.vue rename to src/pages/raw/handover/aggregating/result.vue diff --git a/general-rf-india/src/pages/raw/handover/aggregating/summary.vue b/src/pages/raw/handover/aggregating/summary.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/aggregating/summary.vue rename to src/pages/raw/handover/aggregating/summary.vue diff --git a/general-rf-india/src/pages/raw/handover/feeding/config.ts b/src/pages/raw/handover/feeding/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/feeding/config.ts rename to src/pages/raw/handover/feeding/config.ts diff --git a/general-rf-india/src/pages/raw/handover/feeding/detail.vue b/src/pages/raw/handover/feeding/detail.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/feeding/detail.vue rename to src/pages/raw/handover/feeding/detail.vue diff --git a/general-rf-india/src/pages/raw/handover/feeding/index.vue b/src/pages/raw/handover/feeding/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/feeding/index.vue rename to src/pages/raw/handover/feeding/index.vue diff --git a/general-rf-india/src/pages/raw/handover/feeding/model.ts b/src/pages/raw/handover/feeding/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/feeding/model.ts rename to src/pages/raw/handover/feeding/model.ts diff --git a/general-rf-india/src/pages/raw/handover/index.vue b/src/pages/raw/handover/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/index.vue rename to src/pages/raw/handover/index.vue diff --git a/general-rf-india/src/pages/raw/handover/kan-dan/config.ts b/src/pages/raw/handover/kan-dan/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/kan-dan/config.ts rename to src/pages/raw/handover/kan-dan/config.ts diff --git a/general-rf-india/src/pages/raw/handover/kan-dan/details.vue b/src/pages/raw/handover/kan-dan/details.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/kan-dan/details.vue rename to src/pages/raw/handover/kan-dan/details.vue diff --git a/general-rf-india/src/pages/raw/handover/kan-dan/index.vue b/src/pages/raw/handover/kan-dan/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/kan-dan/index.vue rename to src/pages/raw/handover/kan-dan/index.vue diff --git a/general-rf-india/src/pages/raw/handover/kan-dan/model.ts b/src/pages/raw/handover/kan-dan/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/kan-dan/model.ts rename to src/pages/raw/handover/kan-dan/model.ts diff --git a/general-rf-india/src/pages/raw/handover/picking/config.ts b/src/pages/raw/handover/picking/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/config.ts rename to src/pages/raw/handover/picking/config.ts diff --git a/general-rf-india/src/pages/raw/handover/picking/idetailed.vue b/src/pages/raw/handover/picking/idetailed.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/idetailed.vue rename to src/pages/raw/handover/picking/idetailed.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/index.vue b/src/pages/raw/handover/picking/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/index.vue rename to src/pages/raw/handover/picking/index.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/model.ts b/src/pages/raw/handover/picking/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/model.ts rename to src/pages/raw/handover/picking/model.ts diff --git a/general-rf-india/src/pages/raw/handover/picking/order.vue b/src/pages/raw/handover/picking/order.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/order.vue rename to src/pages/raw/handover/picking/order.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/query.vue b/src/pages/raw/handover/picking/query.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/query.vue rename to src/pages/raw/handover/picking/query.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/result.vue b/src/pages/raw/handover/picking/result.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/result.vue rename to src/pages/raw/handover/picking/result.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/summary.vue b/src/pages/raw/handover/picking/summary.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/summary.vue rename to src/pages/raw/handover/picking/summary.vue diff --git a/general-rf-india/src/pages/raw/handover/picking/total.vue b/src/pages/raw/handover/picking/total.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/picking/total.vue rename to src/pages/raw/handover/picking/total.vue diff --git a/general-rf-india/src/pages/raw/handover/returning/index.vue b/src/pages/raw/handover/returning/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/returning/index.vue rename to src/pages/raw/handover/returning/index.vue diff --git a/general-rf-india/src/pages/raw/handover/returning/model.ts b/src/pages/raw/handover/returning/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/returning/model.ts rename to src/pages/raw/handover/returning/model.ts diff --git a/general-rf-india/src/pages/raw/handover/virtual/config.ts b/src/pages/raw/handover/virtual/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/virtual/config.ts rename to src/pages/raw/handover/virtual/config.ts diff --git a/general-rf-india/src/pages/raw/handover/virtual/index.vue b/src/pages/raw/handover/virtual/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/virtual/index.vue rename to src/pages/raw/handover/virtual/index.vue diff --git a/general-rf-india/src/pages/raw/handover/virtual/model.ts b/src/pages/raw/handover/virtual/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/handover/virtual/model.ts rename to src/pages/raw/handover/virtual/model.ts diff --git a/general-rf-india/src/pages/raw/handover/virtual/result.vue b/src/pages/raw/handover/virtual/result.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/virtual/result.vue rename to src/pages/raw/handover/virtual/result.vue diff --git a/general-rf-india/src/pages/raw/handover/virtual/summary.vue b/src/pages/raw/handover/virtual/summary.vue similarity index 100% rename from general-rf-india/src/pages/raw/handover/virtual/summary.vue rename to src/pages/raw/handover/virtual/summary.vue diff --git a/general-rf-india/src/pages/raw/index.vue b/src/pages/raw/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/index.vue rename to src/pages/raw/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/config.ts b/src/pages/raw/ingoods/dnReceipt/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/config.ts rename to src/pages/raw/ingoods/dnReceipt/config.ts diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/detail-ex.vue b/src/pages/raw/ingoods/dnReceipt/detail-ex.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/detail-ex.vue rename to src/pages/raw/ingoods/dnReceipt/detail-ex.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/detail.vue b/src/pages/raw/ingoods/dnReceipt/detail.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/detail.vue rename to src/pages/raw/ingoods/dnReceipt/detail.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/idetailed.vue b/src/pages/raw/ingoods/dnReceipt/idetailed.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/idetailed.vue rename to src/pages/raw/ingoods/dnReceipt/idetailed.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/index.vue b/src/pages/raw/ingoods/dnReceipt/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/index.vue rename to src/pages/raw/ingoods/dnReceipt/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReceipt/model.ts b/src/pages/raw/ingoods/dnReceipt/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReceipt/model.ts rename to src/pages/raw/ingoods/dnReceipt/model.ts diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/config.ts b/src/pages/raw/ingoods/dnReturnGoods/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/config.ts rename to src/pages/raw/ingoods/dnReturnGoods/config.ts diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/detail-ex.vue b/src/pages/raw/ingoods/dnReturnGoods/detail-ex.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/detail-ex.vue rename to src/pages/raw/ingoods/dnReturnGoods/detail-ex.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/detail.vue b/src/pages/raw/ingoods/dnReturnGoods/detail.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/detail.vue rename to src/pages/raw/ingoods/dnReturnGoods/detail.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/idetailed.vue b/src/pages/raw/ingoods/dnReturnGoods/idetailed.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/idetailed.vue rename to src/pages/raw/ingoods/dnReturnGoods/idetailed.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/index.vue b/src/pages/raw/ingoods/dnReturnGoods/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/index.vue rename to src/pages/raw/ingoods/dnReturnGoods/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/dnReturnGoods/model.ts b/src/pages/raw/ingoods/dnReturnGoods/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/dnReturnGoods/model.ts rename to src/pages/raw/ingoods/dnReturnGoods/model.ts diff --git a/general-rf-india/src/pages/raw/ingoods/index.vue b/src/pages/raw/ingoods/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/index.vue rename to src/pages/raw/ingoods/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/poReceipt/config.ts b/src/pages/raw/ingoods/poReceipt/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/poReceipt/config.ts rename to src/pages/raw/ingoods/poReceipt/config.ts diff --git a/general-rf-india/src/pages/raw/ingoods/poReceipt/detail.vue b/src/pages/raw/ingoods/poReceipt/detail.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/poReceipt/detail.vue rename to src/pages/raw/ingoods/poReceipt/detail.vue diff --git a/general-rf-india/src/pages/raw/ingoods/poReceipt/idetailed.vue b/src/pages/raw/ingoods/poReceipt/idetailed.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/poReceipt/idetailed.vue rename to src/pages/raw/ingoods/poReceipt/idetailed.vue diff --git a/general-rf-india/src/pages/raw/ingoods/poReceipt/index.vue b/src/pages/raw/ingoods/poReceipt/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/poReceipt/index.vue rename to src/pages/raw/ingoods/poReceipt/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/poReceipt/model.ts b/src/pages/raw/ingoods/poReceipt/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/poReceipt/model.ts rename to src/pages/raw/ingoods/poReceipt/model.ts diff --git a/general-rf-india/src/pages/raw/ingoods/receipt/config.ts b/src/pages/raw/ingoods/receipt/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/receipt/config.ts rename to src/pages/raw/ingoods/receipt/config.ts diff --git a/general-rf-india/src/pages/raw/ingoods/receipt/detail-ex.vue b/src/pages/raw/ingoods/receipt/detail-ex.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/receipt/detail-ex.vue rename to src/pages/raw/ingoods/receipt/detail-ex.vue diff --git a/general-rf-india/src/pages/raw/ingoods/receipt/detail.vue b/src/pages/raw/ingoods/receipt/detail.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/receipt/detail.vue rename to src/pages/raw/ingoods/receipt/detail.vue diff --git a/general-rf-india/src/pages/raw/ingoods/receipt/index.vue b/src/pages/raw/ingoods/receipt/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/receipt/index.vue rename to src/pages/raw/ingoods/receipt/index.vue diff --git a/general-rf-india/src/pages/raw/ingoods/receipt/model.ts b/src/pages/raw/ingoods/receipt/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/ingoods/receipt/model.ts rename to src/pages/raw/ingoods/receipt/model.ts diff --git a/general-rf-india/src/pages/raw/model.ts b/src/pages/raw/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/model.ts rename to src/pages/raw/model.ts diff --git a/general-rf-india/src/pages/raw/warehouse/index.vue b/src/pages/raw/warehouse/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/index.vue rename to src/pages/raw/warehouse/index.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowCollect/config.ts b/src/pages/raw/warehouse/rowCollect/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowCollect/config.ts rename to src/pages/raw/warehouse/rowCollect/config.ts diff --git a/general-rf-india/src/pages/raw/warehouse/rowCollect/details.vue b/src/pages/raw/warehouse/rowCollect/details.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowCollect/details.vue rename to src/pages/raw/warehouse/rowCollect/details.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowCollect/index.vue b/src/pages/raw/warehouse/rowCollect/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowCollect/index.vue rename to src/pages/raw/warehouse/rowCollect/index.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowCollect/model.ts b/src/pages/raw/warehouse/rowCollect/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowCollect/model.ts rename to src/pages/raw/warehouse/rowCollect/model.ts diff --git a/general-rf-india/src/pages/raw/warehouse/rowScrap/config.ts b/src/pages/raw/warehouse/rowScrap/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowScrap/config.ts rename to src/pages/raw/warehouse/rowScrap/config.ts diff --git a/general-rf-india/src/pages/raw/warehouse/rowScrap/details.vue b/src/pages/raw/warehouse/rowScrap/details.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowScrap/details.vue rename to src/pages/raw/warehouse/rowScrap/details.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowScrap/index.vue b/src/pages/raw/warehouse/rowScrap/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowScrap/index.vue rename to src/pages/raw/warehouse/rowScrap/index.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowScrap/model.ts b/src/pages/raw/warehouse/rowScrap/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowScrap/model.ts rename to src/pages/raw/warehouse/rowScrap/model.ts diff --git a/general-rf-india/src/pages/raw/warehouse/rowTransfer/config.ts b/src/pages/raw/warehouse/rowTransfer/config.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowTransfer/config.ts rename to src/pages/raw/warehouse/rowTransfer/config.ts diff --git a/general-rf-india/src/pages/raw/warehouse/rowTransfer/details.vue b/src/pages/raw/warehouse/rowTransfer/details.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowTransfer/details.vue rename to src/pages/raw/warehouse/rowTransfer/details.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowTransfer/index.vue b/src/pages/raw/warehouse/rowTransfer/index.vue similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowTransfer/index.vue rename to src/pages/raw/warehouse/rowTransfer/index.vue diff --git a/general-rf-india/src/pages/raw/warehouse/rowTransfer/model.ts b/src/pages/raw/warehouse/rowTransfer/model.ts similarity index 100% rename from general-rf-india/src/pages/raw/warehouse/rowTransfer/model.ts rename to src/pages/raw/warehouse/rowTransfer/model.ts diff --git a/general-rf-india/src/plugins/app-update/index.ts b/src/plugins/app-update/index.ts similarity index 100% rename from general-rf-india/src/plugins/app-update/index.ts rename to src/plugins/app-update/index.ts diff --git a/general-rf-india/src/plugins/index.ts b/src/plugins/index.ts similarity index 100% rename from general-rf-india/src/plugins/index.ts rename to src/plugins/index.ts diff --git a/general-rf-india/src/plugins/wyb-table/css/iconfont.css b/src/plugins/wyb-table/css/iconfont.css similarity index 100% rename from general-rf-india/src/plugins/wyb-table/css/iconfont.css rename to src/plugins/wyb-table/css/iconfont.css diff --git a/general-rf-india/src/plugins/wyb-table/css/loader.css b/src/plugins/wyb-table/css/loader.css similarity index 100% rename from general-rf-india/src/plugins/wyb-table/css/loader.css rename to src/plugins/wyb-table/css/loader.css diff --git a/general-rf-india/src/plugins/wyb-table/js/characterToPinyin.js b/src/plugins/wyb-table/js/characterToPinyin.js similarity index 100% rename from general-rf-india/src/plugins/wyb-table/js/characterToPinyin.js rename to src/plugins/wyb-table/js/characterToPinyin.js diff --git a/general-rf-india/src/plugins/wyb-table/js/inobounce.js b/src/plugins/wyb-table/js/inobounce.js similarity index 100% rename from general-rf-india/src/plugins/wyb-table/js/inobounce.js rename to src/plugins/wyb-table/js/inobounce.js diff --git a/general-rf-india/src/plugins/wyb-table/js/objEqual.js b/src/plugins/wyb-table/js/objEqual.js similarity index 100% rename from general-rf-india/src/plugins/wyb-table/js/objEqual.js rename to src/plugins/wyb-table/js/objEqual.js diff --git a/general-rf-india/src/plugins/wyb-table/wyb-table.vue b/src/plugins/wyb-table/wyb-table.vue similarity index 100% rename from general-rf-india/src/plugins/wyb-table/wyb-table.vue rename to src/plugins/wyb-table/wyb-table.vue diff --git a/general-rf-india/src/sfc.d.ts b/src/sfc.d.ts similarity index 100% rename from general-rf-india/src/sfc.d.ts rename to src/sfc.d.ts diff --git a/general-rf-india/src/static/icons/icon-01.png b/src/static/icons/icon-01.png similarity index 100% rename from general-rf-india/src/static/icons/icon-01.png rename to src/static/icons/icon-01.png diff --git a/general-rf-india/src/static/icons/icon-02.png b/src/static/icons/icon-02.png similarity index 100% rename from general-rf-india/src/static/icons/icon-02.png rename to src/static/icons/icon-02.png diff --git a/general-rf-india/src/static/icons/icon-03.png b/src/static/icons/icon-03.png similarity index 100% rename from general-rf-india/src/static/icons/icon-03.png rename to src/static/icons/icon-03.png diff --git a/general-rf-india/src/static/icons/icon-04.png b/src/static/icons/icon-04.png similarity index 100% rename from general-rf-india/src/static/icons/icon-04.png rename to src/static/icons/icon-04.png diff --git a/general-rf-india/src/static/icons/icon-05.png b/src/static/icons/icon-05.png similarity index 100% rename from general-rf-india/src/static/icons/icon-05.png rename to src/static/icons/icon-05.png diff --git a/general-rf-india/src/static/icons/icon-06.png b/src/static/icons/icon-06.png similarity index 100% rename from general-rf-india/src/static/icons/icon-06.png rename to src/static/icons/icon-06.png diff --git a/general-rf-india/src/static/icons/icon-07.png b/src/static/icons/icon-07.png similarity index 100% rename from general-rf-india/src/static/icons/icon-07.png rename to src/static/icons/icon-07.png diff --git a/general-rf-india/src/static/icons/icon-08.png b/src/static/icons/icon-08.png similarity index 100% rename from general-rf-india/src/static/icons/icon-08.png rename to src/static/icons/icon-08.png diff --git a/general-rf-india/src/static/icons/icon-09.png b/src/static/icons/icon-09.png similarity index 100% rename from general-rf-india/src/static/icons/icon-09.png rename to src/static/icons/icon-09.png diff --git a/general-rf-india/src/static/icons/icon-10.png b/src/static/icons/icon-10.png similarity index 100% rename from general-rf-india/src/static/icons/icon-10.png rename to src/static/icons/icon-10.png diff --git a/general-rf-india/src/static/icons/icon-11.png b/src/static/icons/icon-11.png similarity index 100% rename from general-rf-india/src/static/icons/icon-11.png rename to src/static/icons/icon-11.png diff --git a/general-rf-india/src/static/icons/icon-12.png b/src/static/icons/icon-12.png similarity index 100% rename from general-rf-india/src/static/icons/icon-12.png rename to src/static/icons/icon-12.png diff --git a/general-rf-india/src/static/icons/icon-13.png b/src/static/icons/icon-13.png similarity index 100% rename from general-rf-india/src/static/icons/icon-13.png rename to src/static/icons/icon-13.png diff --git a/general-rf-india/src/static/icons/icon-14.png b/src/static/icons/icon-14.png similarity index 100% rename from general-rf-india/src/static/icons/icon-14.png rename to src/static/icons/icon-14.png diff --git a/general-rf-india/src/static/icons/icon-15.png b/src/static/icons/icon-15.png similarity index 100% rename from general-rf-india/src/static/icons/icon-15.png rename to src/static/icons/icon-15.png diff --git a/general-rf-india/src/static/icons/icon-16.png b/src/static/icons/icon-16.png similarity index 100% rename from general-rf-india/src/static/icons/icon-16.png rename to src/static/icons/icon-16.png diff --git a/general-rf-india/src/static/icons/icon-17.png b/src/static/icons/icon-17.png similarity index 100% rename from general-rf-india/src/static/icons/icon-17.png rename to src/static/icons/icon-17.png diff --git a/general-rf-india/src/static/icons/icon-18.png b/src/static/icons/icon-18.png similarity index 100% rename from general-rf-india/src/static/icons/icon-18.png rename to src/static/icons/icon-18.png diff --git a/general-rf-india/src/static/icons/icon-19.png b/src/static/icons/icon-19.png similarity index 100% rename from general-rf-india/src/static/icons/icon-19.png rename to src/static/icons/icon-19.png diff --git a/general-rf-india/src/static/icons/icon-20.png b/src/static/icons/icon-20.png similarity index 100% rename from general-rf-india/src/static/icons/icon-20.png rename to src/static/icons/icon-20.png diff --git a/general-rf-india/src/static/icons/icon-21.png b/src/static/icons/icon-21.png similarity index 100% rename from general-rf-india/src/static/icons/icon-21.png rename to src/static/icons/icon-21.png diff --git a/general-rf-india/src/static/icons/icon-22.png b/src/static/icons/icon-22.png similarity index 100% rename from general-rf-india/src/static/icons/icon-22.png rename to src/static/icons/icon-22.png diff --git a/general-rf-india/src/static/icons/icon-23.png b/src/static/icons/icon-23.png similarity index 100% rename from general-rf-india/src/static/icons/icon-23.png rename to src/static/icons/icon-23.png diff --git a/general-rf-india/src/static/icons/icon-24.png b/src/static/icons/icon-24.png similarity index 100% rename from general-rf-india/src/static/icons/icon-24.png rename to src/static/icons/icon-24.png diff --git a/general-rf-india/src/static/icons/icon-25.png b/src/static/icons/icon-25.png similarity index 100% rename from general-rf-india/src/static/icons/icon-25.png rename to src/static/icons/icon-25.png diff --git a/general-rf-india/src/static/icons/icon-26.png b/src/static/icons/icon-26.png similarity index 100% rename from general-rf-india/src/static/icons/icon-26.png rename to src/static/icons/icon-26.png diff --git a/general-rf-india/src/static/icons/icon-27.png b/src/static/icons/icon-27.png similarity index 100% rename from general-rf-india/src/static/icons/icon-27.png rename to src/static/icons/icon-27.png diff --git a/general-rf-india/src/static/icons/icon-28.png b/src/static/icons/icon-28.png similarity index 100% rename from general-rf-india/src/static/icons/icon-28.png rename to src/static/icons/icon-28.png diff --git a/general-rf-india/src/static/icons/icon-29.png b/src/static/icons/icon-29.png similarity index 100% rename from general-rf-india/src/static/icons/icon-29.png rename to src/static/icons/icon-29.png diff --git a/general-rf-india/src/static/icons/icon-30.png b/src/static/icons/icon-30.png similarity index 100% rename from general-rf-india/src/static/icons/icon-30.png rename to src/static/icons/icon-30.png diff --git a/general-rf-india/src/static/icons/icon-31.png b/src/static/icons/icon-31.png similarity index 100% rename from general-rf-india/src/static/icons/icon-31.png rename to src/static/icons/icon-31.png diff --git a/general-rf-india/src/static/icons/icon-32.png b/src/static/icons/icon-32.png similarity index 100% rename from general-rf-india/src/static/icons/icon-32.png rename to src/static/icons/icon-32.png diff --git a/general-rf-india/src/static/icons/icon-33.png b/src/static/icons/icon-33.png similarity index 100% rename from general-rf-india/src/static/icons/icon-33.png rename to src/static/icons/icon-33.png diff --git a/general-rf-india/src/static/icons/icon-34.png b/src/static/icons/icon-34.png similarity index 100% rename from general-rf-india/src/static/icons/icon-34.png rename to src/static/icons/icon-34.png diff --git a/general-rf-india/src/static/icons/icon-35.png b/src/static/icons/icon-35.png similarity index 100% rename from general-rf-india/src/static/icons/icon-35.png rename to src/static/icons/icon-35.png diff --git a/general-rf-india/src/static/icons/icon-36.png b/src/static/icons/icon-36.png similarity index 100% rename from general-rf-india/src/static/icons/icon-36.png rename to src/static/icons/icon-36.png diff --git a/general-rf-india/src/static/icons/icon-37.png b/src/static/icons/icon-37.png similarity index 100% rename from general-rf-india/src/static/icons/icon-37.png rename to src/static/icons/icon-37.png diff --git a/general-rf-india/src/static/icons/icon-38.png b/src/static/icons/icon-38.png similarity index 100% rename from general-rf-india/src/static/icons/icon-38.png rename to src/static/icons/icon-38.png diff --git a/general-rf-india/src/static/icons/icon-39.png b/src/static/icons/icon-39.png similarity index 100% rename from general-rf-india/src/static/icons/icon-39.png rename to src/static/icons/icon-39.png diff --git a/general-rf-india/src/static/icons/icon-40.png b/src/static/icons/icon-40.png similarity index 100% rename from general-rf-india/src/static/icons/icon-40.png rename to src/static/icons/icon-40.png diff --git a/general-rf-india/src/static/icons/icon-41.png b/src/static/icons/icon-41.png similarity index 100% rename from general-rf-india/src/static/icons/icon-41.png rename to src/static/icons/icon-41.png diff --git a/general-rf-india/src/static/icons/icon-42.png b/src/static/icons/icon-42.png similarity index 100% rename from general-rf-india/src/static/icons/icon-42.png rename to src/static/icons/icon-42.png diff --git a/general-rf-india/src/static/icons/icon-43.png b/src/static/icons/icon-43.png similarity index 100% rename from general-rf-india/src/static/icons/icon-43.png rename to src/static/icons/icon-43.png diff --git a/general-rf-india/src/static/icons/icon-44.png b/src/static/icons/icon-44.png similarity index 100% rename from general-rf-india/src/static/icons/icon-44.png rename to src/static/icons/icon-44.png diff --git a/general-rf-india/src/static/icons/icon-45.png b/src/static/icons/icon-45.png similarity index 100% rename from general-rf-india/src/static/icons/icon-45.png rename to src/static/icons/icon-45.png diff --git a/general-rf-india/src/static/icons/icon-46.png b/src/static/icons/icon-46.png similarity index 100% rename from general-rf-india/src/static/icons/icon-46.png rename to src/static/icons/icon-46.png diff --git a/general-rf-india/src/static/icons/icon-47.png b/src/static/icons/icon-47.png similarity index 100% rename from general-rf-india/src/static/icons/icon-47.png rename to src/static/icons/icon-47.png diff --git a/general-rf-india/src/static/icons/icon-48.png b/src/static/icons/icon-48.png similarity index 100% rename from general-rf-india/src/static/icons/icon-48.png rename to src/static/icons/icon-48.png diff --git a/general-rf-india/src/static/icons/icon-49.png b/src/static/icons/icon-49.png similarity index 100% rename from general-rf-india/src/static/icons/icon-49.png rename to src/static/icons/icon-49.png diff --git a/general-rf-india/src/static/icons/icon-50.png b/src/static/icons/icon-50.png similarity index 100% rename from general-rf-india/src/static/icons/icon-50.png rename to src/static/icons/icon-50.png diff --git a/general-rf-india/src/static/images/image-01.png b/src/static/images/image-01.png similarity index 100% rename from general-rf-india/src/static/images/image-01.png rename to src/static/images/image-01.png diff --git a/general-rf-india/src/static/images/image-bg-01.png b/src/static/images/image-bg-01.png similarity index 100% rename from general-rf-india/src/static/images/image-bg-01.png rename to src/static/images/image-bg-01.png diff --git a/general-rf-india/src/static/images/image-bg-02.png b/src/static/images/image-bg-02.png similarity index 100% rename from general-rf-india/src/static/images/image-bg-02.png rename to src/static/images/image-bg-02.png diff --git a/general-rf-india/src/static/images/image-bg-03.png b/src/static/images/image-bg-03.png similarity index 100% rename from general-rf-india/src/static/images/image-bg-03.png rename to src/static/images/image-bg-03.png diff --git a/general-rf-india/src/static/images/image-logo-01.png b/src/static/images/image-logo-01.png similarity index 100% rename from general-rf-india/src/static/images/image-logo-01.png rename to src/static/images/image-logo-01.png diff --git a/general-rf-india/src/static/logo.png b/src/static/logo.png similarity index 100% rename from general-rf-india/src/static/logo.png rename to src/static/logo.png diff --git a/general-rf-india/src/store/index.ts b/src/store/index.ts similarity index 100% rename from general-rf-india/src/store/index.ts rename to src/store/index.ts diff --git a/general-rf-india/src/store/modules/auth.ts b/src/store/modules/auth.ts similarity index 100% rename from general-rf-india/src/store/modules/auth.ts rename to src/store/modules/auth.ts diff --git a/general-rf-india/src/store/modules/session.ts b/src/store/modules/session.ts similarity index 100% rename from general-rf-india/src/store/modules/session.ts rename to src/store/modules/session.ts diff --git a/general-rf-india/src/store/plugins/axios.ts b/src/store/plugins/axios.ts similarity index 100% rename from general-rf-india/src/store/plugins/axios.ts rename to src/store/plugins/axios.ts diff --git a/general-rf-india/src/uni.scss b/src/uni.scss similarity index 100% rename from general-rf-india/src/uni.scss rename to src/uni.scss diff --git a/general-rf-india/src/utils/filter.ts b/src/utils/filter.ts similarity index 100% rename from general-rf-india/src/utils/filter.ts rename to src/utils/filter.ts diff --git a/general-rf-india/src/utils/image.ts b/src/utils/image.ts similarity index 100% rename from general-rf-india/src/utils/image.ts rename to src/utils/image.ts diff --git a/general-rf-india/src/utils/index.ts b/src/utils/index.ts similarity index 100% rename from general-rf-india/src/utils/index.ts rename to src/utils/index.ts diff --git a/general-rf-india/src/utils/location.ts b/src/utils/location.ts similarity index 100% rename from general-rf-india/src/utils/location.ts rename to src/utils/location.ts diff --git a/general-rf-india/src/utils/page.ts b/src/utils/page.ts similarity index 100% rename from general-rf-india/src/utils/page.ts rename to src/utils/page.ts diff --git a/general-rf-india/src/utils/request.ts b/src/utils/request.ts similarity index 100% rename from general-rf-india/src/utils/request.ts rename to src/utils/request.ts diff --git a/general-rf-india/src/utils/url.ts b/src/utils/url.ts similarity index 100% rename from general-rf-india/src/utils/url.ts rename to src/utils/url.ts diff --git a/general-rf-india/src/utils/wait.ts b/src/utils/wait.ts similarity index 100% rename from general-rf-india/src/utils/wait.ts rename to src/utils/wait.ts diff --git a/general-rf-india/tsconfig.json b/tsconfig.json similarity index 100% rename from general-rf-india/tsconfig.json rename to tsconfig.json diff --git a/general-rf-india/types/alert.d.ts b/types/alert.d.ts similarity index 100% rename from general-rf-india/types/alert.d.ts rename to types/alert.d.ts diff --git a/general-rf-india/types/vue-form.d.ts b/types/vue-form.d.ts similarity index 100% rename from general-rf-india/types/vue-form.d.ts rename to types/vue-form.d.ts diff --git a/general-rf-india/types/vue-i18n.d.ts b/types/vue-i18n.d.ts similarity index 100% rename from general-rf-india/types/vue-i18n.d.ts rename to types/vue-i18n.d.ts diff --git a/general-rf-india/types/vue-wait.d.ts b/types/vue-wait.d.ts similarity index 100% rename from general-rf-india/types/vue-wait.d.ts rename to types/vue-wait.d.ts diff --git a/general-rf-india/vue.config.js b/vue.config.js similarity index 100% rename from general-rf-india/vue.config.js rename to vue.config.js diff --git a/general-rf-india/yarn.lock b/yarn.lock similarity index 100% rename from general-rf-india/yarn.lock rename to yarn.lock