diff --git a/xiuosiot-webend/.editorconfig b/xiuosiot-frontend/.editorconfig similarity index 100% rename from xiuosiot-webend/.editorconfig rename to xiuosiot-frontend/.editorconfig diff --git a/xiuosiot-webend/.env.development b/xiuosiot-frontend/.env.development similarity index 100% rename from xiuosiot-webend/.env.development rename to xiuosiot-frontend/.env.development diff --git a/xiuosiot-webend/.env.production b/xiuosiot-frontend/.env.production similarity index 100% rename from xiuosiot-webend/.env.production rename to xiuosiot-frontend/.env.production diff --git a/xiuosiot-webend/.env.staging b/xiuosiot-frontend/.env.staging similarity index 100% rename from xiuosiot-webend/.env.staging rename to xiuosiot-frontend/.env.staging diff --git a/xiuosiot-webend/.eslintignore b/xiuosiot-frontend/.eslintignore similarity index 100% rename from xiuosiot-webend/.eslintignore rename to xiuosiot-frontend/.eslintignore diff --git a/xiuosiot-webend/.eslintrc.js b/xiuosiot-frontend/.eslintrc.js similarity index 100% rename from xiuosiot-webend/.eslintrc.js rename to xiuosiot-frontend/.eslintrc.js diff --git a/xiuosiot-webend/.travis.yml b/xiuosiot-frontend/.travis.yml similarity index 100% rename from xiuosiot-webend/.travis.yml rename to xiuosiot-frontend/.travis.yml diff --git a/xiuosiot-webend/LICENSE b/xiuosiot-frontend/LICENSE similarity index 100% rename from xiuosiot-webend/LICENSE rename to xiuosiot-frontend/LICENSE diff --git a/xiuosiot-webend/babel.config.js b/xiuosiot-frontend/babel.config.js similarity index 100% rename from xiuosiot-webend/babel.config.js rename to xiuosiot-frontend/babel.config.js diff --git a/xiuosiot-webend/build/index.js b/xiuosiot-frontend/build/index.js similarity index 100% rename from xiuosiot-webend/build/index.js rename to xiuosiot-frontend/build/index.js diff --git a/xiuosiot-webend/jest.config.js b/xiuosiot-frontend/jest.config.js similarity index 100% rename from xiuosiot-webend/jest.config.js rename to xiuosiot-frontend/jest.config.js diff --git a/xiuosiot-webend/jsconfig.json b/xiuosiot-frontend/jsconfig.json similarity index 100% rename from xiuosiot-webend/jsconfig.json rename to xiuosiot-frontend/jsconfig.json diff --git a/xiuosiot-webend/mock/index.js b/xiuosiot-frontend/mock/index.js similarity index 100% rename from xiuosiot-webend/mock/index.js rename to xiuosiot-frontend/mock/index.js diff --git a/xiuosiot-webend/mock/mock-server.js b/xiuosiot-frontend/mock/mock-server.js similarity index 100% rename from xiuosiot-webend/mock/mock-server.js rename to xiuosiot-frontend/mock/mock-server.js diff --git a/xiuosiot-webend/mock/table.js b/xiuosiot-frontend/mock/table.js similarity index 100% rename from xiuosiot-webend/mock/table.js rename to xiuosiot-frontend/mock/table.js diff --git a/xiuosiot-webend/mock/user.js b/xiuosiot-frontend/mock/user.js similarity index 100% rename from xiuosiot-webend/mock/user.js rename to xiuosiot-frontend/mock/user.js diff --git a/xiuosiot-webend/mock/utils.js b/xiuosiot-frontend/mock/utils.js similarity index 100% rename from xiuosiot-webend/mock/utils.js rename to xiuosiot-frontend/mock/utils.js diff --git a/xiuosiot-webend/nginx.conf b/xiuosiot-frontend/nginx.conf similarity index 100% rename from xiuosiot-webend/nginx.conf rename to xiuosiot-frontend/nginx.conf diff --git a/xiuosiot-webend/package.json b/xiuosiot-frontend/package.json similarity index 100% rename from xiuosiot-webend/package.json rename to xiuosiot-frontend/package.json diff --git a/xiuosiot-webend/postcss.config.js b/xiuosiot-frontend/postcss.config.js similarity index 100% rename from xiuosiot-webend/postcss.config.js rename to xiuosiot-frontend/postcss.config.js diff --git a/xiuosiot-webend/public/favicon.ico b/xiuosiot-frontend/public/favicon.ico similarity index 100% rename from xiuosiot-webend/public/favicon.ico rename to xiuosiot-frontend/public/favicon.ico diff --git a/xiuosiot-webend/public/index.html b/xiuosiot-frontend/public/index.html similarity index 100% rename from xiuosiot-webend/public/index.html rename to xiuosiot-frontend/public/index.html diff --git a/xiuosiot-webend/src/App.vue b/xiuosiot-frontend/src/App.vue similarity index 100% rename from xiuosiot-webend/src/App.vue rename to xiuosiot-frontend/src/App.vue diff --git a/xiuosiot-webend/src/api/data/history.js b/xiuosiot-frontend/src/api/data/history.js similarity index 100% rename from xiuosiot-webend/src/api/data/history.js rename to xiuosiot-frontend/src/api/data/history.js diff --git a/xiuosiot-webend/src/api/data/realTime.js b/xiuosiot-frontend/src/api/data/realTime.js similarity index 100% rename from xiuosiot-webend/src/api/data/realTime.js rename to xiuosiot-frontend/src/api/data/realTime.js diff --git a/xiuosiot-webend/src/api/data/value.js b/xiuosiot-frontend/src/api/data/value.js similarity index 100% rename from xiuosiot-webend/src/api/data/value.js rename to xiuosiot-frontend/src/api/data/value.js diff --git a/xiuosiot-webend/src/api/table.js b/xiuosiot-frontend/src/api/table.js similarity index 100% rename from xiuosiot-webend/src/api/table.js rename to xiuosiot-frontend/src/api/table.js diff --git a/xiuosiot-webend/src/api/terminal/add.js b/xiuosiot-frontend/src/api/terminal/add.js similarity index 100% rename from xiuosiot-webend/src/api/terminal/add.js rename to xiuosiot-frontend/src/api/terminal/add.js diff --git a/xiuosiot-webend/src/api/terminal/center.js b/xiuosiot-frontend/src/api/terminal/center.js similarity index 100% rename from xiuosiot-webend/src/api/terminal/center.js rename to xiuosiot-frontend/src/api/terminal/center.js diff --git a/xiuosiot-webend/src/api/user/index.js b/xiuosiot-frontend/src/api/user/index.js similarity index 100% rename from xiuosiot-webend/src/api/user/index.js rename to xiuosiot-frontend/src/api/user/index.js diff --git a/xiuosiot-webend/src/assets/404_images/404.png b/xiuosiot-frontend/src/assets/404_images/404.png similarity index 100% rename from xiuosiot-webend/src/assets/404_images/404.png rename to xiuosiot-frontend/src/assets/404_images/404.png diff --git a/xiuosiot-webend/src/assets/404_images/404_cloud.png b/xiuosiot-frontend/src/assets/404_images/404_cloud.png similarity index 100% rename from xiuosiot-webend/src/assets/404_images/404_cloud.png rename to xiuosiot-frontend/src/assets/404_images/404_cloud.png diff --git a/xiuosiot-webend/src/assets/font/demo.css b/xiuosiot-frontend/src/assets/font/demo.css similarity index 100% rename from xiuosiot-webend/src/assets/font/demo.css rename to xiuosiot-frontend/src/assets/font/demo.css diff --git a/xiuosiot-webend/src/assets/font/demo_index.html b/xiuosiot-frontend/src/assets/font/demo_index.html similarity index 100% rename from xiuosiot-webend/src/assets/font/demo_index.html rename to xiuosiot-frontend/src/assets/font/demo_index.html diff --git a/xiuosiot-webend/src/assets/font/iconfont.css b/xiuosiot-frontend/src/assets/font/iconfont.css similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.css rename to xiuosiot-frontend/src/assets/font/iconfont.css diff --git a/xiuosiot-webend/src/assets/font/iconfont.js b/xiuosiot-frontend/src/assets/font/iconfont.js similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.js rename to xiuosiot-frontend/src/assets/font/iconfont.js diff --git a/xiuosiot-webend/src/assets/font/iconfont.json b/xiuosiot-frontend/src/assets/font/iconfont.json similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.json rename to xiuosiot-frontend/src/assets/font/iconfont.json diff --git a/xiuosiot-webend/src/assets/font/iconfont.ttf b/xiuosiot-frontend/src/assets/font/iconfont.ttf similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.ttf rename to xiuosiot-frontend/src/assets/font/iconfont.ttf diff --git a/xiuosiot-webend/src/assets/font/iconfont.woff b/xiuosiot-frontend/src/assets/font/iconfont.woff similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.woff rename to xiuosiot-frontend/src/assets/font/iconfont.woff diff --git a/xiuosiot-webend/src/assets/font/iconfont.woff2 b/xiuosiot-frontend/src/assets/font/iconfont.woff2 similarity index 100% rename from xiuosiot-webend/src/assets/font/iconfont.woff2 rename to xiuosiot-frontend/src/assets/font/iconfont.woff2 diff --git a/xiuosiot-webend/src/assets/images/M168.png b/xiuosiot-frontend/src/assets/images/M168.png similarity index 100% rename from xiuosiot-webend/src/assets/images/M168.png rename to xiuosiot-frontend/src/assets/images/M168.png diff --git a/xiuosiot-webend/src/assets/images/RV400-AR100.png b/xiuosiot-frontend/src/assets/images/RV400-AR100.png similarity index 100% rename from xiuosiot-webend/src/assets/images/RV400-AR100.png rename to xiuosiot-frontend/src/assets/images/RV400-AR100.png diff --git a/xiuosiot-webend/src/assets/images/RV400.png b/xiuosiot-frontend/src/assets/images/RV400.png similarity index 100% rename from xiuosiot-webend/src/assets/images/RV400.png rename to xiuosiot-frontend/src/assets/images/RV400.png diff --git a/xiuosiot-webend/src/assets/images/SR100.png b/xiuosiot-frontend/src/assets/images/SR100.png similarity index 100% rename from xiuosiot-webend/src/assets/images/SR100.png rename to xiuosiot-frontend/src/assets/images/SR100.png diff --git a/xiuosiot-webend/src/assets/images/add.png b/xiuosiot-frontend/src/assets/images/add.png similarity index 100% rename from xiuosiot-webend/src/assets/images/add.png rename to xiuosiot-frontend/src/assets/images/add.png diff --git a/xiuosiot-webend/src/assets/images/advantage_bg.png b/xiuosiot-frontend/src/assets/images/advantage_bg.png similarity index 100% rename from xiuosiot-webend/src/assets/images/advantage_bg.png rename to xiuosiot-frontend/src/assets/images/advantage_bg.png diff --git a/xiuosiot-webend/src/assets/images/ai_elec.png b/xiuosiot-frontend/src/assets/images/ai_elec.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ai_elec.png rename to xiuosiot-frontend/src/assets/images/ai_elec.png diff --git a/xiuosiot-webend/src/assets/images/ai_factory.png b/xiuosiot-frontend/src/assets/images/ai_factory.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ai_factory.png rename to xiuosiot-frontend/src/assets/images/ai_factory.png diff --git a/xiuosiot-webend/src/assets/images/ai_traffic.png b/xiuosiot-frontend/src/assets/images/ai_traffic.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ai_traffic.png rename to xiuosiot-frontend/src/assets/images/ai_traffic.png diff --git a/xiuosiot-webend/src/assets/images/ammeter.png b/xiuosiot-frontend/src/assets/images/ammeter.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ammeter.png rename to xiuosiot-frontend/src/assets/images/ammeter.png diff --git a/xiuosiot-webend/src/assets/images/ammeter_workshop.png b/xiuosiot-frontend/src/assets/images/ammeter_workshop.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ammeter_workshop.png rename to xiuosiot-frontend/src/assets/images/ammeter_workshop.png diff --git a/xiuosiot-webend/src/assets/images/aqs.png b/xiuosiot-frontend/src/assets/images/aqs.png similarity index 100% rename from xiuosiot-webend/src/assets/images/aqs.png rename to xiuosiot-frontend/src/assets/images/aqs.png diff --git a/xiuosiot-webend/src/assets/images/arrow_big.png b/xiuosiot-frontend/src/assets/images/arrow_big.png similarity index 100% rename from xiuosiot-webend/src/assets/images/arrow_big.png rename to xiuosiot-frontend/src/assets/images/arrow_big.png diff --git a/xiuosiot-webend/src/assets/images/avatar.png b/xiuosiot-frontend/src/assets/images/avatar.png similarity index 100% rename from xiuosiot-webend/src/assets/images/avatar.png rename to xiuosiot-frontend/src/assets/images/avatar.png diff --git a/xiuosiot-webend/src/assets/images/b-rbox2.png b/xiuosiot-frontend/src/assets/images/b-rbox2.png similarity index 100% rename from xiuosiot-webend/src/assets/images/b-rbox2.png rename to xiuosiot-frontend/src/assets/images/b-rbox2.png diff --git a/xiuosiot-webend/src/assets/images/background.jpg b/xiuosiot-frontend/src/assets/images/background.jpg similarity index 100% rename from xiuosiot-webend/src/assets/images/background.jpg rename to xiuosiot-frontend/src/assets/images/background.jpg diff --git a/xiuosiot-webend/src/assets/images/bg.jpg b/xiuosiot-frontend/src/assets/images/bg.jpg similarity index 100% rename from xiuosiot-webend/src/assets/images/bg.jpg rename to xiuosiot-frontend/src/assets/images/bg.jpg diff --git a/xiuosiot-webend/src/assets/images/ch4.png b/xiuosiot-frontend/src/assets/images/ch4.png similarity index 100% rename from xiuosiot-webend/src/assets/images/ch4.png rename to xiuosiot-frontend/src/assets/images/ch4.png diff --git a/xiuosiot-webend/src/assets/images/chemical.png b/xiuosiot-frontend/src/assets/images/chemical.png similarity index 100% rename from xiuosiot-webend/src/assets/images/chemical.png rename to xiuosiot-frontend/src/assets/images/chemical.png diff --git a/xiuosiot-webend/src/assets/images/cloud.png b/xiuosiot-frontend/src/assets/images/cloud.png similarity index 100% rename from xiuosiot-webend/src/assets/images/cloud.png rename to xiuosiot-frontend/src/assets/images/cloud.png diff --git a/xiuosiot-webend/src/assets/images/co2.png b/xiuosiot-frontend/src/assets/images/co2.png similarity index 100% rename from xiuosiot-webend/src/assets/images/co2.png rename to xiuosiot-frontend/src/assets/images/co2.png diff --git a/xiuosiot-webend/src/assets/images/compass.png b/xiuosiot-frontend/src/assets/images/compass.png similarity index 100% rename from xiuosiot-webend/src/assets/images/compass.png rename to xiuosiot-frontend/src/assets/images/compass.png diff --git a/xiuosiot-webend/src/assets/images/connection.png b/xiuosiot-frontend/src/assets/images/connection.png similarity index 100% rename from xiuosiot-webend/src/assets/images/connection.png rename to xiuosiot-frontend/src/assets/images/connection.png diff --git a/xiuosiot-webend/src/assets/images/cubic.png b/xiuosiot-frontend/src/assets/images/cubic.png similarity index 100% rename from xiuosiot-webend/src/assets/images/cubic.png rename to xiuosiot-frontend/src/assets/images/cubic.png diff --git a/xiuosiot-webend/src/assets/images/dashengda_arch.png b/xiuosiot-frontend/src/assets/images/dashengda_arch.png similarity index 100% rename from xiuosiot-webend/src/assets/images/dashengda_arch.png rename to xiuosiot-frontend/src/assets/images/dashengda_arch.png diff --git a/xiuosiot-webend/src/assets/images/dashengda_system.png b/xiuosiot-frontend/src/assets/images/dashengda_system.png similarity index 100% rename from xiuosiot-webend/src/assets/images/dashengda_system.png rename to xiuosiot-frontend/src/assets/images/dashengda_system.png diff --git a/xiuosiot-webend/src/assets/images/dataCollection.png b/xiuosiot-frontend/src/assets/images/dataCollection.png similarity index 100% rename from xiuosiot-webend/src/assets/images/dataCollection.png rename to xiuosiot-frontend/src/assets/images/dataCollection.png diff --git a/xiuosiot-webend/src/assets/images/delete.png b/xiuosiot-frontend/src/assets/images/delete.png similarity index 100% rename from xiuosiot-webend/src/assets/images/delete.png rename to xiuosiot-frontend/src/assets/images/delete.png diff --git a/xiuosiot-webend/src/assets/images/device.png b/xiuosiot-frontend/src/assets/images/device.png similarity index 100% rename from xiuosiot-webend/src/assets/images/device.png rename to xiuosiot-frontend/src/assets/images/device.png diff --git a/xiuosiot-webend/src/assets/images/device2.png b/xiuosiot-frontend/src/assets/images/device2.png similarity index 100% rename from xiuosiot-webend/src/assets/images/device2.png rename to xiuosiot-frontend/src/assets/images/device2.png diff --git a/xiuosiot-webend/src/assets/images/device3.png b/xiuosiot-frontend/src/assets/images/device3.png similarity index 100% rename from xiuosiot-webend/src/assets/images/device3.png rename to xiuosiot-frontend/src/assets/images/device3.png diff --git a/xiuosiot-webend/src/assets/images/device4.png b/xiuosiot-frontend/src/assets/images/device4.png similarity index 100% rename from xiuosiot-webend/src/assets/images/device4.png rename to xiuosiot-frontend/src/assets/images/device4.png diff --git a/xiuosiot-webend/src/assets/images/direction.png b/xiuosiot-frontend/src/assets/images/direction.png similarity index 100% rename from xiuosiot-webend/src/assets/images/direction.png rename to xiuosiot-frontend/src/assets/images/direction.png diff --git a/xiuosiot-webend/src/assets/images/elec.png b/xiuosiot-frontend/src/assets/images/elec.png similarity index 100% rename from xiuosiot-webend/src/assets/images/elec.png rename to xiuosiot-frontend/src/assets/images/elec.png diff --git a/xiuosiot-webend/src/assets/images/electricity-monitor.png b/xiuosiot-frontend/src/assets/images/electricity-monitor.png similarity index 100% rename from xiuosiot-webend/src/assets/images/electricity-monitor.png rename to xiuosiot-frontend/src/assets/images/electricity-monitor.png diff --git a/xiuosiot-webend/src/assets/images/environment-mentor.png b/xiuosiot-frontend/src/assets/images/environment-mentor.png similarity index 100% rename from xiuosiot-webend/src/assets/images/environment-mentor.png rename to xiuosiot-frontend/src/assets/images/environment-mentor.png diff --git a/xiuosiot-webend/src/assets/images/exchange.png b/xiuosiot-frontend/src/assets/images/exchange.png similarity index 100% rename from xiuosiot-webend/src/assets/images/exchange.png rename to xiuosiot-frontend/src/assets/images/exchange.png diff --git a/xiuosiot-webend/src/assets/images/faceID.png b/xiuosiot-frontend/src/assets/images/faceID.png similarity index 100% rename from xiuosiot-webend/src/assets/images/faceID.png rename to xiuosiot-frontend/src/assets/images/faceID.png diff --git a/xiuosiot-webend/src/assets/images/footer_bg.png b/xiuosiot-frontend/src/assets/images/footer_bg.png similarity index 100% rename from xiuosiot-webend/src/assets/images/footer_bg.png rename to xiuosiot-frontend/src/assets/images/footer_bg.png diff --git a/xiuosiot-webend/src/assets/images/footer_logo.png b/xiuosiot-frontend/src/assets/images/footer_logo.png similarity index 100% rename from xiuosiot-webend/src/assets/images/footer_logo.png rename to xiuosiot-frontend/src/assets/images/footer_logo.png diff --git a/xiuosiot-webend/src/assets/images/gateway.png b/xiuosiot-frontend/src/assets/images/gateway.png similarity index 100% rename from xiuosiot-webend/src/assets/images/gateway.png rename to xiuosiot-frontend/src/assets/images/gateway.png diff --git a/xiuosiot-webend/src/assets/images/glass.png b/xiuosiot-frontend/src/assets/images/glass.png similarity index 100% rename from xiuosiot-webend/src/assets/images/glass.png rename to xiuosiot-frontend/src/assets/images/glass.png diff --git a/xiuosiot-webend/src/assets/images/good.png b/xiuosiot-frontend/src/assets/images/good.png similarity index 100% rename from xiuosiot-webend/src/assets/images/good.png rename to xiuosiot-frontend/src/assets/images/good.png diff --git a/xiuosiot-webend/src/assets/images/hdbj.png b/xiuosiot-frontend/src/assets/images/hdbj.png similarity index 100% rename from xiuosiot-webend/src/assets/images/hdbj.png rename to xiuosiot-frontend/src/assets/images/hdbj.png diff --git a/xiuosiot-webend/src/assets/images/hexagon.png b/xiuosiot-frontend/src/assets/images/hexagon.png similarity index 100% rename from xiuosiot-webend/src/assets/images/hexagon.png rename to xiuosiot-frontend/src/assets/images/hexagon.png diff --git a/xiuosiot-webend/src/assets/images/home.png b/xiuosiot-frontend/src/assets/images/home.png similarity index 100% rename from xiuosiot-webend/src/assets/images/home.png rename to xiuosiot-frontend/src/assets/images/home.png diff --git a/xiuosiot-webend/src/assets/images/home_bg.png b/xiuosiot-frontend/src/assets/images/home_bg.png similarity index 100% rename from xiuosiot-webend/src/assets/images/home_bg.png rename to xiuosiot-frontend/src/assets/images/home_bg.png diff --git a/xiuosiot-webend/src/assets/images/humidity.png b/xiuosiot-frontend/src/assets/images/humidity.png similarity index 100% rename from xiuosiot-webend/src/assets/images/humidity.png rename to xiuosiot-frontend/src/assets/images/humidity.png diff --git a/xiuosiot-webend/src/assets/images/img_flow.png b/xiuosiot-frontend/src/assets/images/img_flow.png similarity index 100% rename from xiuosiot-webend/src/assets/images/img_flow.png rename to xiuosiot-frontend/src/assets/images/img_flow.png diff --git a/xiuosiot-webend/src/assets/images/interface.png b/xiuosiot-frontend/src/assets/images/interface.png similarity index 100% rename from xiuosiot-webend/src/assets/images/interface.png rename to xiuosiot-frontend/src/assets/images/interface.png diff --git a/xiuosiot-webend/src/assets/images/jiaquan.png b/xiuosiot-frontend/src/assets/images/jiaquan.png similarity index 100% rename from xiuosiot-webend/src/assets/images/jiaquan.png rename to xiuosiot-frontend/src/assets/images/jiaquan.png diff --git a/xiuosiot-webend/src/assets/images/jiawan.png b/xiuosiot-frontend/src/assets/images/jiawan.png similarity index 100% rename from xiuosiot-webend/src/assets/images/jiawan.png rename to xiuosiot-frontend/src/assets/images/jiawan.png diff --git a/xiuosiot-webend/src/assets/images/leaf.png b/xiuosiot-frontend/src/assets/images/leaf.png similarity index 100% rename from xiuosiot-webend/src/assets/images/leaf.png rename to xiuosiot-frontend/src/assets/images/leaf.png diff --git a/xiuosiot-webend/src/assets/images/line.png b/xiuosiot-frontend/src/assets/images/line.png similarity index 100% rename from xiuosiot-webend/src/assets/images/line.png rename to xiuosiot-frontend/src/assets/images/line.png diff --git a/xiuosiot-webend/src/assets/images/logo.png b/xiuosiot-frontend/src/assets/images/logo.png similarity index 100% rename from xiuosiot-webend/src/assets/images/logo.png rename to xiuosiot-frontend/src/assets/images/logo.png diff --git a/xiuosiot-webend/src/assets/images/monthlyAverage.png b/xiuosiot-frontend/src/assets/images/monthlyAverage.png similarity index 100% rename from xiuosiot-webend/src/assets/images/monthlyAverage.png rename to xiuosiot-frontend/src/assets/images/monthlyAverage.png diff --git a/xiuosiot-webend/src/assets/images/noise.png b/xiuosiot-frontend/src/assets/images/noise.png similarity index 100% rename from xiuosiot-webend/src/assets/images/noise.png rename to xiuosiot-frontend/src/assets/images/noise.png diff --git a/xiuosiot-webend/src/assets/images/other.png b/xiuosiot-frontend/src/assets/images/other.png similarity index 100% rename from xiuosiot-webend/src/assets/images/other.png rename to xiuosiot-frontend/src/assets/images/other.png diff --git a/xiuosiot-webend/src/assets/images/pleft1middb.png b/xiuosiot-frontend/src/assets/images/pleft1middb.png similarity index 100% rename from xiuosiot-webend/src/assets/images/pleft1middb.png rename to xiuosiot-frontend/src/assets/images/pleft1middb.png diff --git a/xiuosiot-webend/src/assets/images/pleft1middt.png b/xiuosiot-frontend/src/assets/images/pleft1middt.png similarity index 100% rename from xiuosiot-webend/src/assets/images/pleft1middt.png rename to xiuosiot-frontend/src/assets/images/pleft1middt.png diff --git a/xiuosiot-webend/src/assets/images/pm.png b/xiuosiot-frontend/src/assets/images/pm.png similarity index 100% rename from xiuosiot-webend/src/assets/images/pm.png rename to xiuosiot-frontend/src/assets/images/pm.png diff --git a/xiuosiot-webend/src/assets/images/power.png b/xiuosiot-frontend/src/assets/images/power.png similarity index 100% rename from xiuosiot-webend/src/assets/images/power.png rename to xiuosiot-frontend/src/assets/images/power.png diff --git a/xiuosiot-webend/src/assets/images/pressure.png b/xiuosiot-frontend/src/assets/images/pressure.png similarity index 100% rename from xiuosiot-webend/src/assets/images/pressure.png rename to xiuosiot-frontend/src/assets/images/pressure.png diff --git a/xiuosiot-webend/src/assets/images/prighttop.png b/xiuosiot-frontend/src/assets/images/prighttop.png similarity index 100% rename from xiuosiot-webend/src/assets/images/prighttop.png rename to xiuosiot-frontend/src/assets/images/prighttop.png diff --git a/xiuosiot-webend/src/assets/images/qianjiang_arch.png b/xiuosiot-frontend/src/assets/images/qianjiang_arch.png similarity index 100% rename from xiuosiot-webend/src/assets/images/qianjiang_arch.png rename to xiuosiot-frontend/src/assets/images/qianjiang_arch.png diff --git a/xiuosiot-webend/src/assets/images/qianjiang_dashboard.png b/xiuosiot-frontend/src/assets/images/qianjiang_dashboard.png similarity index 100% rename from xiuosiot-webend/src/assets/images/qianjiang_dashboard.png rename to xiuosiot-frontend/src/assets/images/qianjiang_dashboard.png diff --git a/xiuosiot-webend/src/assets/images/qianjiang_elec-procedure.png b/xiuosiot-frontend/src/assets/images/qianjiang_elec-procedure.png similarity index 100% rename from xiuosiot-webend/src/assets/images/qianjiang_elec-procedure.png rename to xiuosiot-frontend/src/assets/images/qianjiang_elec-procedure.png diff --git a/xiuosiot-webend/src/assets/images/qianjiang_elec.png b/xiuosiot-frontend/src/assets/images/qianjiang_elec.png similarity index 100% rename from xiuosiot-webend/src/assets/images/qianjiang_elec.png rename to xiuosiot-frontend/src/assets/images/qianjiang_elec.png diff --git a/xiuosiot-webend/src/assets/images/qianjiang_system.png b/xiuosiot-frontend/src/assets/images/qianjiang_system.png similarity index 100% rename from xiuosiot-webend/src/assets/images/qianjiang_system.png rename to xiuosiot-frontend/src/assets/images/qianjiang_system.png diff --git a/xiuosiot-webend/src/assets/images/realTime.png b/xiuosiot-frontend/src/assets/images/realTime.png similarity index 100% rename from xiuosiot-webend/src/assets/images/realTime.png rename to xiuosiot-frontend/src/assets/images/realTime.png diff --git a/xiuosiot-webend/src/assets/images/recycle.png b/xiuosiot-frontend/src/assets/images/recycle.png similarity index 100% rename from xiuosiot-webend/src/assets/images/recycle.png rename to xiuosiot-frontend/src/assets/images/recycle.png diff --git a/xiuosiot-webend/src/assets/images/robot.png b/xiuosiot-frontend/src/assets/images/robot.png similarity index 100% rename from xiuosiot-webend/src/assets/images/robot.png rename to xiuosiot-frontend/src/assets/images/robot.png diff --git a/xiuosiot-webend/src/assets/images/save.png b/xiuosiot-frontend/src/assets/images/save.png similarity index 100% rename from xiuosiot-webend/src/assets/images/save.png rename to xiuosiot-frontend/src/assets/images/save.png diff --git a/xiuosiot-webend/src/assets/images/scene_bg.png b/xiuosiot-frontend/src/assets/images/scene_bg.png similarity index 100% rename from xiuosiot-webend/src/assets/images/scene_bg.png rename to xiuosiot-frontend/src/assets/images/scene_bg.png diff --git a/xiuosiot-webend/src/assets/images/screen.png b/xiuosiot-frontend/src/assets/images/screen.png similarity index 100% rename from xiuosiot-webend/src/assets/images/screen.png rename to xiuosiot-frontend/src/assets/images/screen.png diff --git a/xiuosiot-webend/src/assets/images/security.png b/xiuosiot-frontend/src/assets/images/security.png similarity index 100% rename from xiuosiot-webend/src/assets/images/security.png rename to xiuosiot-frontend/src/assets/images/security.png diff --git a/xiuosiot-webend/src/assets/images/server.png b/xiuosiot-frontend/src/assets/images/server.png similarity index 100% rename from xiuosiot-webend/src/assets/images/server.png rename to xiuosiot-frontend/src/assets/images/server.png diff --git a/xiuosiot-webend/src/assets/images/server_detail.png b/xiuosiot-frontend/src/assets/images/server_detail.png similarity index 100% rename from xiuosiot-webend/src/assets/images/server_detail.png rename to xiuosiot-frontend/src/assets/images/server_detail.png diff --git a/xiuosiot-webend/src/assets/images/server_workshop.png b/xiuosiot-frontend/src/assets/images/server_workshop.png similarity index 100% rename from xiuosiot-webend/src/assets/images/server_workshop.png rename to xiuosiot-frontend/src/assets/images/server_workshop.png diff --git a/xiuosiot-webend/src/assets/images/sidebarLogo.png b/xiuosiot-frontend/src/assets/images/sidebarLogo.png similarity index 100% rename from xiuosiot-webend/src/assets/images/sidebarLogo.png rename to xiuosiot-frontend/src/assets/images/sidebarLogo.png diff --git a/xiuosiot-webend/src/assets/images/size.png b/xiuosiot-frontend/src/assets/images/size.png similarity index 100% rename from xiuosiot-webend/src/assets/images/size.png rename to xiuosiot-frontend/src/assets/images/size.png diff --git a/xiuosiot-webend/src/assets/images/slide1.png b/xiuosiot-frontend/src/assets/images/slide1.png similarity index 100% rename from xiuosiot-webend/src/assets/images/slide1.png rename to xiuosiot-frontend/src/assets/images/slide1.png diff --git a/xiuosiot-webend/src/assets/images/slide2.png b/xiuosiot-frontend/src/assets/images/slide2.png similarity index 100% rename from xiuosiot-webend/src/assets/images/slide2.png rename to xiuosiot-frontend/src/assets/images/slide2.png diff --git a/xiuosiot-webend/src/assets/images/slide3.png b/xiuosiot-frontend/src/assets/images/slide3.png similarity index 100% rename from xiuosiot-webend/src/assets/images/slide3.png rename to xiuosiot-frontend/src/assets/images/slide3.png diff --git a/xiuosiot-webend/src/assets/images/system_bg.png b/xiuosiot-frontend/src/assets/images/system_bg.png similarity index 100% rename from xiuosiot-webend/src/assets/images/system_bg.png rename to xiuosiot-frontend/src/assets/images/system_bg.png diff --git a/xiuosiot-webend/src/assets/images/temper.png b/xiuosiot-frontend/src/assets/images/temper.png similarity index 100% rename from xiuosiot-webend/src/assets/images/temper.png rename to xiuosiot-frontend/src/assets/images/temper.png diff --git a/xiuosiot-webend/src/assets/images/terminal1.png b/xiuosiot-frontend/src/assets/images/terminal1.png similarity index 100% rename from xiuosiot-webend/src/assets/images/terminal1.png rename to xiuosiot-frontend/src/assets/images/terminal1.png diff --git a/xiuosiot-webend/src/assets/images/terminal2.png b/xiuosiot-frontend/src/assets/images/terminal2.png similarity index 100% rename from xiuosiot-webend/src/assets/images/terminal2.png rename to xiuosiot-frontend/src/assets/images/terminal2.png diff --git a/xiuosiot-webend/src/assets/images/tile.png b/xiuosiot-frontend/src/assets/images/tile.png similarity index 100% rename from xiuosiot-webend/src/assets/images/tile.png rename to xiuosiot-frontend/src/assets/images/tile.png diff --git a/xiuosiot-webend/src/assets/images/tvoc.png b/xiuosiot-frontend/src/assets/images/tvoc.png similarity index 100% rename from xiuosiot-webend/src/assets/images/tvoc.png rename to xiuosiot-frontend/src/assets/images/tvoc.png diff --git a/xiuosiot-webend/src/assets/images/url.png b/xiuosiot-frontend/src/assets/images/url.png similarity index 100% rename from xiuosiot-webend/src/assets/images/url.png rename to xiuosiot-frontend/src/assets/images/url.png diff --git a/xiuosiot-webend/src/assets/images/wind.png b/xiuosiot-frontend/src/assets/images/wind.png similarity index 100% rename from xiuosiot-webend/src/assets/images/wind.png rename to xiuosiot-frontend/src/assets/images/wind.png diff --git a/xiuosiot-webend/src/assets/images/wind_speed.png b/xiuosiot-frontend/src/assets/images/wind_speed.png similarity index 100% rename from xiuosiot-webend/src/assets/images/wind_speed.png rename to xiuosiot-frontend/src/assets/images/wind_speed.png diff --git a/xiuosiot-webend/src/assets/images/worker.png b/xiuosiot-frontend/src/assets/images/worker.png similarity index 100% rename from xiuosiot-webend/src/assets/images/worker.png rename to xiuosiot-frontend/src/assets/images/worker.png diff --git a/xiuosiot-webend/src/assets/images/workplace.png b/xiuosiot-frontend/src/assets/images/workplace.png similarity index 100% rename from xiuosiot-webend/src/assets/images/workplace.png rename to xiuosiot-frontend/src/assets/images/workplace.png diff --git a/xiuosiot-webend/src/assets/images/workshop.png b/xiuosiot-frontend/src/assets/images/workshop.png similarity index 100% rename from xiuosiot-webend/src/assets/images/workshop.png rename to xiuosiot-frontend/src/assets/images/workshop.png diff --git a/xiuosiot-webend/src/assets/images/world.png b/xiuosiot-frontend/src/assets/images/world.png similarity index 100% rename from xiuosiot-webend/src/assets/images/world.png rename to xiuosiot-frontend/src/assets/images/world.png diff --git a/xiuosiot-webend/src/assets/images/yichun.png b/xiuosiot-frontend/src/assets/images/yichun.png similarity index 100% rename from xiuosiot-webend/src/assets/images/yichun.png rename to xiuosiot-frontend/src/assets/images/yichun.png diff --git a/xiuosiot-webend/src/assets/images/zaoyin.png b/xiuosiot-frontend/src/assets/images/zaoyin.png similarity index 100% rename from xiuosiot-webend/src/assets/images/zaoyin.png rename to xiuosiot-frontend/src/assets/images/zaoyin.png diff --git a/xiuosiot-webend/src/components/Breadcrumb/index.vue b/xiuosiot-frontend/src/components/Breadcrumb/index.vue similarity index 100% rename from xiuosiot-webend/src/components/Breadcrumb/index.vue rename to xiuosiot-frontend/src/components/Breadcrumb/index.vue diff --git a/xiuosiot-webend/src/components/Hamburger/index.vue b/xiuosiot-frontend/src/components/Hamburger/index.vue similarity index 100% rename from xiuosiot-webend/src/components/Hamburger/index.vue rename to xiuosiot-frontend/src/components/Hamburger/index.vue diff --git a/xiuosiot-webend/src/components/Pagination/index.vue b/xiuosiot-frontend/src/components/Pagination/index.vue similarity index 100% rename from xiuosiot-webend/src/components/Pagination/index.vue rename to xiuosiot-frontend/src/components/Pagination/index.vue diff --git a/xiuosiot-webend/src/components/SvgIcon/index.vue b/xiuosiot-frontend/src/components/SvgIcon/index.vue similarity index 100% rename from xiuosiot-webend/src/components/SvgIcon/index.vue rename to xiuosiot-frontend/src/components/SvgIcon/index.vue diff --git a/xiuosiot-webend/src/icons/index.js b/xiuosiot-frontend/src/icons/index.js similarity index 100% rename from xiuosiot-webend/src/icons/index.js rename to xiuosiot-frontend/src/icons/index.js diff --git a/xiuosiot-webend/src/icons/svg/activity.svg b/xiuosiot-frontend/src/icons/svg/activity.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/activity.svg rename to xiuosiot-frontend/src/icons/svg/activity.svg diff --git a/xiuosiot-webend/src/icons/svg/address.svg b/xiuosiot-frontend/src/icons/svg/address.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/address.svg rename to xiuosiot-frontend/src/icons/svg/address.svg diff --git a/xiuosiot-webend/src/icons/svg/alert-circle.svg b/xiuosiot-frontend/src/icons/svg/alert-circle.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/alert-circle.svg rename to xiuosiot-frontend/src/icons/svg/alert-circle.svg diff --git a/xiuosiot-webend/src/icons/svg/clock.svg b/xiuosiot-frontend/src/icons/svg/clock.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/clock.svg rename to xiuosiot-frontend/src/icons/svg/clock.svg diff --git a/xiuosiot-webend/src/icons/svg/command.svg b/xiuosiot-frontend/src/icons/svg/command.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/command.svg rename to xiuosiot-frontend/src/icons/svg/command.svg diff --git a/xiuosiot-webend/src/icons/svg/compass.svg b/xiuosiot-frontend/src/icons/svg/compass.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/compass.svg rename to xiuosiot-frontend/src/icons/svg/compass.svg diff --git a/xiuosiot-webend/src/icons/svg/configuration.svg b/xiuosiot-frontend/src/icons/svg/configuration.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/configuration.svg rename to xiuosiot-frontend/src/icons/svg/configuration.svg diff --git a/xiuosiot-webend/src/icons/svg/cpu.svg b/xiuosiot-frontend/src/icons/svg/cpu.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/cpu.svg rename to xiuosiot-frontend/src/icons/svg/cpu.svg diff --git a/xiuosiot-webend/src/icons/svg/crosshair.svg b/xiuosiot-frontend/src/icons/svg/crosshair.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/crosshair.svg rename to xiuosiot-frontend/src/icons/svg/crosshair.svg diff --git a/xiuosiot-webend/src/icons/svg/dashboard.svg b/xiuosiot-frontend/src/icons/svg/dashboard.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/dashboard.svg rename to xiuosiot-frontend/src/icons/svg/dashboard.svg diff --git a/xiuosiot-webend/src/icons/svg/data.svg b/xiuosiot-frontend/src/icons/svg/data.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/data.svg rename to xiuosiot-frontend/src/icons/svg/data.svg diff --git a/xiuosiot-webend/src/icons/svg/database.svg b/xiuosiot-frontend/src/icons/svg/database.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/database.svg rename to xiuosiot-frontend/src/icons/svg/database.svg diff --git a/xiuosiot-webend/src/icons/svg/enviroment.svg b/xiuosiot-frontend/src/icons/svg/enviroment.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/enviroment.svg rename to xiuosiot-frontend/src/icons/svg/enviroment.svg diff --git a/xiuosiot-webend/src/icons/svg/example.svg b/xiuosiot-frontend/src/icons/svg/example.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/example.svg rename to xiuosiot-frontend/src/icons/svg/example.svg diff --git a/xiuosiot-webend/src/icons/svg/eye-open.svg b/xiuosiot-frontend/src/icons/svg/eye-open.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/eye-open.svg rename to xiuosiot-frontend/src/icons/svg/eye-open.svg diff --git a/xiuosiot-webend/src/icons/svg/eye.svg b/xiuosiot-frontend/src/icons/svg/eye.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/eye.svg rename to xiuosiot-frontend/src/icons/svg/eye.svg diff --git a/xiuosiot-webend/src/icons/svg/form.svg b/xiuosiot-frontend/src/icons/svg/form.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/form.svg rename to xiuosiot-frontend/src/icons/svg/form.svg diff --git a/xiuosiot-webend/src/icons/svg/git-pull-request.svg b/xiuosiot-frontend/src/icons/svg/git-pull-request.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/git-pull-request.svg rename to xiuosiot-frontend/src/icons/svg/git-pull-request.svg diff --git a/xiuosiot-webend/src/icons/svg/globe.svg b/xiuosiot-frontend/src/icons/svg/globe.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/globe.svg rename to xiuosiot-frontend/src/icons/svg/globe.svg diff --git a/xiuosiot-webend/src/icons/svg/hard-drive.svg b/xiuosiot-frontend/src/icons/svg/hard-drive.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/hard-drive.svg rename to xiuosiot-frontend/src/icons/svg/hard-drive.svg diff --git a/xiuosiot-webend/src/icons/svg/layers.svg b/xiuosiot-frontend/src/icons/svg/layers.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/layers.svg rename to xiuosiot-frontend/src/icons/svg/layers.svg diff --git a/xiuosiot-webend/src/icons/svg/link.svg b/xiuosiot-frontend/src/icons/svg/link.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/link.svg rename to xiuosiot-frontend/src/icons/svg/link.svg diff --git a/xiuosiot-webend/src/icons/svg/lock.svg b/xiuosiot-frontend/src/icons/svg/lock.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/lock.svg rename to xiuosiot-frontend/src/icons/svg/lock.svg diff --git a/xiuosiot-webend/src/icons/svg/lock2.svg b/xiuosiot-frontend/src/icons/svg/lock2.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/lock2.svg rename to xiuosiot-frontend/src/icons/svg/lock2.svg diff --git a/xiuosiot-webend/src/icons/svg/log.svg b/xiuosiot-frontend/src/icons/svg/log.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/log.svg rename to xiuosiot-frontend/src/icons/svg/log.svg diff --git a/xiuosiot-webend/src/icons/svg/map-pin.svg b/xiuosiot-frontend/src/icons/svg/map-pin.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/map-pin.svg rename to xiuosiot-frontend/src/icons/svg/map-pin.svg diff --git a/xiuosiot-webend/src/icons/svg/monitor.svg b/xiuosiot-frontend/src/icons/svg/monitor.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/monitor.svg rename to xiuosiot-frontend/src/icons/svg/monitor.svg diff --git a/xiuosiot-webend/src/icons/svg/nested.svg b/xiuosiot-frontend/src/icons/svg/nested.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/nested.svg rename to xiuosiot-frontend/src/icons/svg/nested.svg diff --git a/xiuosiot-webend/src/icons/svg/overview.svg b/xiuosiot-frontend/src/icons/svg/overview.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/overview.svg rename to xiuosiot-frontend/src/icons/svg/overview.svg diff --git a/xiuosiot-webend/src/icons/svg/password.svg b/xiuosiot-frontend/src/icons/svg/password.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/password.svg rename to xiuosiot-frontend/src/icons/svg/password.svg diff --git a/xiuosiot-webend/src/icons/svg/phone.svg b/xiuosiot-frontend/src/icons/svg/phone.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/phone.svg rename to xiuosiot-frontend/src/icons/svg/phone.svg diff --git a/xiuosiot-webend/src/icons/svg/rule.svg b/xiuosiot-frontend/src/icons/svg/rule.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/rule.svg rename to xiuosiot-frontend/src/icons/svg/rule.svg diff --git a/xiuosiot-webend/src/icons/svg/table.svg b/xiuosiot-frontend/src/icons/svg/table.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/table.svg rename to xiuosiot-frontend/src/icons/svg/table.svg diff --git a/xiuosiot-webend/src/icons/svg/terminal.svg b/xiuosiot-frontend/src/icons/svg/terminal.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/terminal.svg rename to xiuosiot-frontend/src/icons/svg/terminal.svg diff --git a/xiuosiot-webend/src/icons/svg/tree.svg b/xiuosiot-frontend/src/icons/svg/tree.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/tree.svg rename to xiuosiot-frontend/src/icons/svg/tree.svg diff --git a/xiuosiot-webend/src/icons/svg/user.svg b/xiuosiot-frontend/src/icons/svg/user.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/user.svg rename to xiuosiot-frontend/src/icons/svg/user.svg diff --git a/xiuosiot-webend/src/icons/svg/user2.svg b/xiuosiot-frontend/src/icons/svg/user2.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/user2.svg rename to xiuosiot-frontend/src/icons/svg/user2.svg diff --git a/xiuosiot-webend/src/icons/svg/userGroup.svg b/xiuosiot-frontend/src/icons/svg/userGroup.svg similarity index 100% rename from xiuosiot-webend/src/icons/svg/userGroup.svg rename to xiuosiot-frontend/src/icons/svg/userGroup.svg diff --git a/xiuosiot-webend/src/icons/svgo.yml b/xiuosiot-frontend/src/icons/svgo.yml similarity index 100% rename from xiuosiot-webend/src/icons/svgo.yml rename to xiuosiot-frontend/src/icons/svgo.yml diff --git a/xiuosiot-webend/src/layout/components/AppMain.vue b/xiuosiot-frontend/src/layout/components/AppMain.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/AppMain.vue rename to xiuosiot-frontend/src/layout/components/AppMain.vue diff --git a/xiuosiot-webend/src/layout/components/Navbar.vue b/xiuosiot-frontend/src/layout/components/Navbar.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Navbar.vue rename to xiuosiot-frontend/src/layout/components/Navbar.vue diff --git a/xiuosiot-webend/src/layout/components/Sidebar/FixiOSBug.js b/xiuosiot-frontend/src/layout/components/Sidebar/FixiOSBug.js similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/FixiOSBug.js rename to xiuosiot-frontend/src/layout/components/Sidebar/FixiOSBug.js diff --git a/xiuosiot-webend/src/layout/components/Sidebar/Item.vue b/xiuosiot-frontend/src/layout/components/Sidebar/Item.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/Item.vue rename to xiuosiot-frontend/src/layout/components/Sidebar/Item.vue diff --git a/xiuosiot-webend/src/layout/components/Sidebar/Link.vue b/xiuosiot-frontend/src/layout/components/Sidebar/Link.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/Link.vue rename to xiuosiot-frontend/src/layout/components/Sidebar/Link.vue diff --git a/xiuosiot-webend/src/layout/components/Sidebar/Logo.vue b/xiuosiot-frontend/src/layout/components/Sidebar/Logo.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/Logo.vue rename to xiuosiot-frontend/src/layout/components/Sidebar/Logo.vue diff --git a/xiuosiot-webend/src/layout/components/Sidebar/SidebarItem.vue b/xiuosiot-frontend/src/layout/components/Sidebar/SidebarItem.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/SidebarItem.vue rename to xiuosiot-frontend/src/layout/components/Sidebar/SidebarItem.vue diff --git a/xiuosiot-webend/src/layout/components/Sidebar/index.vue b/xiuosiot-frontend/src/layout/components/Sidebar/index.vue similarity index 100% rename from xiuosiot-webend/src/layout/components/Sidebar/index.vue rename to xiuosiot-frontend/src/layout/components/Sidebar/index.vue diff --git a/xiuosiot-webend/src/layout/components/index.js b/xiuosiot-frontend/src/layout/components/index.js similarity index 100% rename from xiuosiot-webend/src/layout/components/index.js rename to xiuosiot-frontend/src/layout/components/index.js diff --git a/xiuosiot-webend/src/layout/index.vue b/xiuosiot-frontend/src/layout/index.vue similarity index 100% rename from xiuosiot-webend/src/layout/index.vue rename to xiuosiot-frontend/src/layout/index.vue diff --git a/xiuosiot-webend/src/layout/mixin/ResizeHandler.js b/xiuosiot-frontend/src/layout/mixin/ResizeHandler.js similarity index 100% rename from xiuosiot-webend/src/layout/mixin/ResizeHandler.js rename to xiuosiot-frontend/src/layout/mixin/ResizeHandler.js diff --git a/xiuosiot-webend/src/main.js b/xiuosiot-frontend/src/main.js similarity index 100% rename from xiuosiot-webend/src/main.js rename to xiuosiot-frontend/src/main.js diff --git a/xiuosiot-webend/src/permission.js b/xiuosiot-frontend/src/permission.js similarity index 100% rename from xiuosiot-webend/src/permission.js rename to xiuosiot-frontend/src/permission.js diff --git a/xiuosiot-webend/src/router/index.js b/xiuosiot-frontend/src/router/index.js similarity index 100% rename from xiuosiot-webend/src/router/index.js rename to xiuosiot-frontend/src/router/index.js diff --git a/xiuosiot-webend/src/settings.js b/xiuosiot-frontend/src/settings.js similarity index 100% rename from xiuosiot-webend/src/settings.js rename to xiuosiot-frontend/src/settings.js diff --git a/xiuosiot-webend/src/store/getters.js b/xiuosiot-frontend/src/store/getters.js similarity index 100% rename from xiuosiot-webend/src/store/getters.js rename to xiuosiot-frontend/src/store/getters.js diff --git a/xiuosiot-webend/src/store/index.js b/xiuosiot-frontend/src/store/index.js similarity index 100% rename from xiuosiot-webend/src/store/index.js rename to xiuosiot-frontend/src/store/index.js diff --git a/xiuosiot-webend/src/store/modules/app.js b/xiuosiot-frontend/src/store/modules/app.js similarity index 100% rename from xiuosiot-webend/src/store/modules/app.js rename to xiuosiot-frontend/src/store/modules/app.js diff --git a/xiuosiot-webend/src/store/modules/settings.js b/xiuosiot-frontend/src/store/modules/settings.js similarity index 100% rename from xiuosiot-webend/src/store/modules/settings.js rename to xiuosiot-frontend/src/store/modules/settings.js diff --git a/xiuosiot-webend/src/store/modules/user.js b/xiuosiot-frontend/src/store/modules/user.js similarity index 100% rename from xiuosiot-webend/src/store/modules/user.js rename to xiuosiot-frontend/src/store/modules/user.js diff --git a/xiuosiot-webend/src/styles/element-ui.scss b/xiuosiot-frontend/src/styles/element-ui.scss similarity index 100% rename from xiuosiot-webend/src/styles/element-ui.scss rename to xiuosiot-frontend/src/styles/element-ui.scss diff --git a/xiuosiot-webend/src/styles/element-variables.scss b/xiuosiot-frontend/src/styles/element-variables.scss similarity index 100% rename from xiuosiot-webend/src/styles/element-variables.scss rename to xiuosiot-frontend/src/styles/element-variables.scss diff --git a/xiuosiot-webend/src/styles/index.scss b/xiuosiot-frontend/src/styles/index.scss similarity index 100% rename from xiuosiot-webend/src/styles/index.scss rename to xiuosiot-frontend/src/styles/index.scss diff --git a/xiuosiot-webend/src/styles/mixin.scss b/xiuosiot-frontend/src/styles/mixin.scss similarity index 100% rename from xiuosiot-webend/src/styles/mixin.scss rename to xiuosiot-frontend/src/styles/mixin.scss diff --git a/xiuosiot-webend/src/styles/sidebar.scss b/xiuosiot-frontend/src/styles/sidebar.scss similarity index 100% rename from xiuosiot-webend/src/styles/sidebar.scss rename to xiuosiot-frontend/src/styles/sidebar.scss diff --git a/xiuosiot-webend/src/styles/transition.scss b/xiuosiot-frontend/src/styles/transition.scss similarity index 100% rename from xiuosiot-webend/src/styles/transition.scss rename to xiuosiot-frontend/src/styles/transition.scss diff --git a/xiuosiot-webend/src/styles/variables.scss b/xiuosiot-frontend/src/styles/variables.scss similarity index 100% rename from xiuosiot-webend/src/styles/variables.scss rename to xiuosiot-frontend/src/styles/variables.scss diff --git a/xiuosiot-webend/src/utils/auth.js b/xiuosiot-frontend/src/utils/auth.js similarity index 100% rename from xiuosiot-webend/src/utils/auth.js rename to xiuosiot-frontend/src/utils/auth.js diff --git a/xiuosiot-webend/src/utils/get-page-title.js b/xiuosiot-frontend/src/utils/get-page-title.js similarity index 100% rename from xiuosiot-webend/src/utils/get-page-title.js rename to xiuosiot-frontend/src/utils/get-page-title.js diff --git a/xiuosiot-webend/src/utils/index.js b/xiuosiot-frontend/src/utils/index.js similarity index 100% rename from xiuosiot-webend/src/utils/index.js rename to xiuosiot-frontend/src/utils/index.js diff --git a/xiuosiot-webend/src/utils/request.js b/xiuosiot-frontend/src/utils/request.js similarity index 100% rename from xiuosiot-webend/src/utils/request.js rename to xiuosiot-frontend/src/utils/request.js diff --git a/xiuosiot-webend/src/utils/validate.js b/xiuosiot-frontend/src/utils/validate.js similarity index 100% rename from xiuosiot-webend/src/utils/validate.js rename to xiuosiot-frontend/src/utils/validate.js diff --git a/xiuosiot-webend/src/views/404.vue b/xiuosiot-frontend/src/views/404.vue similarity index 100% rename from xiuosiot-webend/src/views/404.vue rename to xiuosiot-frontend/src/views/404.vue diff --git a/xiuosiot-webend/src/views/components/Cover/index.vue b/xiuosiot-frontend/src/views/components/Cover/index.vue similarity index 100% rename from xiuosiot-webend/src/views/components/Cover/index.vue rename to xiuosiot-frontend/src/views/components/Cover/index.vue diff --git a/xiuosiot-webend/src/views/components/Footer/index.vue b/xiuosiot-frontend/src/views/components/Footer/index.vue similarity index 100% rename from xiuosiot-webend/src/views/components/Footer/index.vue rename to xiuosiot-frontend/src/views/components/Footer/index.vue diff --git a/xiuosiot-webend/src/views/configuration/development/index.vue b/xiuosiot-frontend/src/views/configuration/development/index.vue similarity index 100% rename from xiuosiot-webend/src/views/configuration/development/index.vue rename to xiuosiot-frontend/src/views/configuration/development/index.vue diff --git a/xiuosiot-webend/src/views/data/history/index.vue b/xiuosiot-frontend/src/views/data/history/index.vue similarity index 100% rename from xiuosiot-webend/src/views/data/history/index.vue rename to xiuosiot-frontend/src/views/data/history/index.vue diff --git a/xiuosiot-webend/src/views/data/realTime/index.vue b/xiuosiot-frontend/src/views/data/realTime/index.vue similarity index 100% rename from xiuosiot-webend/src/views/data/realTime/index.vue rename to xiuosiot-frontend/src/views/data/realTime/index.vue diff --git a/xiuosiot-webend/src/views/data/value/index.vue b/xiuosiot-frontend/src/views/data/value/index.vue similarity index 100% rename from xiuosiot-webend/src/views/data/value/index.vue rename to xiuosiot-frontend/src/views/data/value/index.vue diff --git a/xiuosiot-webend/src/views/home/index.vue b/xiuosiot-frontend/src/views/home/index.vue similarity index 100% rename from xiuosiot-webend/src/views/home/index.vue rename to xiuosiot-frontend/src/views/home/index.vue diff --git a/xiuosiot-webend/src/views/login/components/identify/index.vue b/xiuosiot-frontend/src/views/login/components/identify/index.vue similarity index 100% rename from xiuosiot-webend/src/views/login/components/identify/index.vue rename to xiuosiot-frontend/src/views/login/components/identify/index.vue diff --git a/xiuosiot-webend/src/views/login/index.vue b/xiuosiot-frontend/src/views/login/index.vue similarity index 100% rename from xiuosiot-webend/src/views/login/index.vue rename to xiuosiot-frontend/src/views/login/index.vue diff --git a/xiuosiot-webend/src/views/overview/index.vue b/xiuosiot-frontend/src/views/overview/index.vue similarity index 100% rename from xiuosiot-webend/src/views/overview/index.vue rename to xiuosiot-frontend/src/views/overview/index.vue diff --git a/xiuosiot-webend/src/views/product/M168/index.vue b/xiuosiot-frontend/src/views/product/M168/index.vue similarity index 100% rename from xiuosiot-webend/src/views/product/M168/index.vue rename to xiuosiot-frontend/src/views/product/M168/index.vue diff --git a/xiuosiot-webend/src/views/product/M528/index.vue b/xiuosiot-frontend/src/views/product/M528/index.vue similarity index 100% rename from xiuosiot-webend/src/views/product/M528/index.vue rename to xiuosiot-frontend/src/views/product/M528/index.vue diff --git a/xiuosiot-webend/src/views/product/RV400-AR100/index.vue b/xiuosiot-frontend/src/views/product/RV400-AR100/index.vue similarity index 100% rename from xiuosiot-webend/src/views/product/RV400-AR100/index.vue rename to xiuosiot-frontend/src/views/product/RV400-AR100/index.vue diff --git a/xiuosiot-webend/src/views/product/RV400-SR100/index.vue b/xiuosiot-frontend/src/views/product/RV400-SR100/index.vue similarity index 100% rename from xiuosiot-webend/src/views/product/RV400-SR100/index.vue rename to xiuosiot-frontend/src/views/product/RV400-SR100/index.vue diff --git a/xiuosiot-webend/src/views/product/RV400/index.vue b/xiuosiot-frontend/src/views/product/RV400/index.vue similarity index 100% rename from xiuosiot-webend/src/views/product/RV400/index.vue rename to xiuosiot-frontend/src/views/product/RV400/index.vue diff --git a/xiuosiot-webend/src/views/solution/qianjiang/index.vue b/xiuosiot-frontend/src/views/solution/qianjiang/index.vue similarity index 100% rename from xiuosiot-webend/src/views/solution/qianjiang/index.vue rename to xiuosiot-frontend/src/views/solution/qianjiang/index.vue diff --git a/xiuosiot-webend/src/views/solution/shengda/index.vue b/xiuosiot-frontend/src/views/solution/shengda/index.vue similarity index 100% rename from xiuosiot-webend/src/views/solution/shengda/index.vue rename to xiuosiot-frontend/src/views/solution/shengda/index.vue diff --git a/xiuosiot-webend/src/views/terminal/add/index.vue b/xiuosiot-frontend/src/views/terminal/add/index.vue similarity index 100% rename from xiuosiot-webend/src/views/terminal/add/index.vue rename to xiuosiot-frontend/src/views/terminal/add/index.vue diff --git a/xiuosiot-webend/src/views/terminal/center/index.vue b/xiuosiot-frontend/src/views/terminal/center/index.vue similarity index 100% rename from xiuosiot-webend/src/views/terminal/center/index.vue rename to xiuosiot-frontend/src/views/terminal/center/index.vue diff --git a/xiuosiot-webend/src/views/terminal/monitor/components/Antenna/index.vue b/xiuosiot-frontend/src/views/terminal/monitor/components/Antenna/index.vue similarity index 100% rename from xiuosiot-webend/src/views/terminal/monitor/components/Antenna/index.vue rename to xiuosiot-frontend/src/views/terminal/monitor/components/Antenna/index.vue diff --git a/xiuosiot-webend/src/views/terminal/monitor/index.vue b/xiuosiot-frontend/src/views/terminal/monitor/index.vue similarity index 100% rename from xiuosiot-webend/src/views/terminal/monitor/index.vue rename to xiuosiot-frontend/src/views/terminal/monitor/index.vue diff --git a/xiuosiot-webend/vue.config.js b/xiuosiot-frontend/vue.config.js similarity index 100% rename from xiuosiot-webend/vue.config.js rename to xiuosiot-frontend/vue.config.js