This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
yf_nkx
/
agmp_iot_jetlinks_ui
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
rename routes to pages
愚道
7 anos atrás
pai
76a33916f0
commit
57d4e8f919
64 arquivos alterados
com
0 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
0
0
src/pages/Account/Center.js
0
0
src/pages/Account/Center/Applications.js
0
0
src/pages/Account/Center/Articles.js
0
0
src/pages/Account/Center/Articles.less
0
0
src/pages/Account/Center/Center.js
0
0
src/pages/Account/Center/Center.less
0
0
src/pages/Account/Center/Projects.js
0
0
src/pages/Account/Settings/BaseView.js
0
0
src/pages/Account/Settings/BaseView.less
0
0
src/pages/Account/Settings/BindingView.js
0
0
src/pages/Account/Settings/GeographicView.js
0
0
src/pages/Account/Settings/GeographicView.less
0
0
src/pages/Account/Settings/Info.js
0
0
src/pages/Account/Settings/Info.less
0
0
src/pages/Account/Settings/NotificationView.js
0
0
src/pages/Account/Settings/PhoneView.js
0
0
src/pages/Account/Settings/PhoneView.less
0
0
src/pages/Account/Settings/SecurityView.js
0
0
src/pages/Dashboard/Analysis.js
0
0
src/pages/Dashboard/Analysis.less
0
0
src/pages/Dashboard/Monitor.js
0
0
src/pages/Dashboard/Monitor.less
0
0
src/pages/Dashboard/Workplace.js
0
0
src/pages/Dashboard/Workplace.less
0
0
src/pages/Exception/403.js
0
0
src/pages/Exception/404.js
0
0
src/pages/Exception/500.js
0
0
src/pages/Exception/style.less
0
0
src/pages/Exception/triggerException.js
0
0
src/pages/Forms/AdvancedForm.js
0
0
src/pages/Forms/BasicForm.js
0
0
src/pages/Forms/StepForm/Step1.js
0
0
src/pages/Forms/StepForm/Step2.js
0
0
src/pages/Forms/StepForm/Step3.js
0
0
src/pages/Forms/StepForm/index.js
0
0
src/pages/Forms/StepForm/style.less
0
0
src/pages/Forms/TableForm.js
0
0
src/pages/Forms/style.less
0
0
src/pages/List/Applications.js
0
0
src/pages/List/Applications.less
0
0
src/pages/List/Articles.js
0
0
src/pages/List/Articles.less
0
0
src/pages/List/BasicList.js
0
0
src/pages/List/BasicList.less
0
0
src/pages/List/CardList.js
0
0
src/pages/List/CardList.less
0
0
src/pages/List/List.js
0
0
src/pages/List/Projects.js
0
0
src/pages/List/Projects.less
0
0
src/pages/List/TableList.js
0
0
src/pages/List/TableList.less
0
0
src/pages/Profile/AdvancedProfile.js
0
0
src/pages/Profile/AdvancedProfile.less
0
0
src/pages/Profile/BasicProfile.js
0
0
src/pages/Profile/BasicProfile.less
0
0
src/pages/Result/Error.js
0
0
src/pages/Result/Success.js
0
0
src/pages/Result/Success.test.js
0
0
src/pages/User/Login.js
0
0
src/pages/User/Login.less
0
0
src/pages/User/Register.js
0
0
src/pages/User/Register.less
0
0
src/pages/User/RegisterResult.js
0
0
src/pages/User/RegisterResult.less
src/routes/Account/Center.js → src/pages/Account/Center.js
Ver arquivo
src/routes/Account/Center/Applications.js → src/pages/Account/Center/Applications.js
Ver arquivo
src/routes/Account/Center/Articles.js → src/pages/Account/Center/Articles.js
Ver arquivo
src/routes/Account/Center/Articles.less → src/pages/Account/Center/Articles.less
Ver arquivo
src/routes/Account/Center/Center.js → src/pages/Account/Center/Center.js
Ver arquivo
src/routes/Account/Center/Center.less → src/pages/Account/Center/Center.less
Ver arquivo
src/routes/Account/Center/Projects.js → src/pages/Account/Center/Projects.js
Ver arquivo
src/routes/Account/Settings/BaseView.js → src/pages/Account/Settings/BaseView.js
Ver arquivo
src/routes/Account/Settings/BaseView.less → src/pages/Account/Settings/BaseView.less
Ver arquivo
src/routes/Account/Settings/BindingView.js → src/pages/Account/Settings/BindingView.js
Ver arquivo
src/routes/Account/Settings/GeographicView.js → src/pages/Account/Settings/GeographicView.js
Ver arquivo
src/routes/Account/Settings/GeographicView.less → src/pages/Account/Settings/GeographicView.less
Ver arquivo
src/routes/Account/Settings/Info.js → src/pages/Account/Settings/Info.js
Ver arquivo
src/routes/Account/Settings/Info.less → src/pages/Account/Settings/Info.less
Ver arquivo
src/routes/Account/Settings/NotificationView.js → src/pages/Account/Settings/NotificationView.js
Ver arquivo
src/routes/Account/Settings/PhoneView.js → src/pages/Account/Settings/PhoneView.js
Ver arquivo
src/routes/Account/Settings/PhoneView.less → src/pages/Account/Settings/PhoneView.less
Ver arquivo
src/routes/Account/Settings/SecurityView.js → src/pages/Account/Settings/SecurityView.js
Ver arquivo
src/routes/Dashboard/Analysis.js → src/pages/Dashboard/Analysis.js
Ver arquivo
src/routes/Dashboard/Analysis.less → src/pages/Dashboard/Analysis.less
Ver arquivo
src/routes/Dashboard/Monitor.js → src/pages/Dashboard/Monitor.js
Ver arquivo
src/routes/Dashboard/Monitor.less → src/pages/Dashboard/Monitor.less
Ver arquivo
src/routes/Dashboard/Workplace.js → src/pages/Dashboard/Workplace.js
Ver arquivo
src/routes/Dashboard/Workplace.less → src/pages/Dashboard/Workplace.less
Ver arquivo
src/routes/Exception/403.js → src/pages/Exception/403.js
Ver arquivo
src/routes/Exception/404.js → src/pages/Exception/404.js
Ver arquivo
src/routes/Exception/500.js → src/pages/Exception/500.js
Ver arquivo
src/routes/Exception/style.less → src/pages/Exception/style.less
Ver arquivo
src/routes/Exception/triggerException.js → src/pages/Exception/triggerException.js
Ver arquivo
src/routes/Forms/AdvancedForm.js → src/pages/Forms/AdvancedForm.js
Ver arquivo
src/routes/Forms/BasicForm.js → src/pages/Forms/BasicForm.js
Ver arquivo
src/routes/Forms/StepForm/Step1.js → src/pages/Forms/StepForm/Step1.js
Ver arquivo
src/routes/Forms/StepForm/Step2.js → src/pages/Forms/StepForm/Step2.js
Ver arquivo
src/routes/Forms/StepForm/Step3.js → src/pages/Forms/StepForm/Step3.js
Ver arquivo
src/routes/Forms/StepForm/index.js → src/pages/Forms/StepForm/index.js
Ver arquivo
src/routes/Forms/StepForm/style.less → src/pages/Forms/StepForm/style.less
Ver arquivo
src/routes/Forms/TableForm.js → src/pages/Forms/TableForm.js
Ver arquivo
src/routes/Forms/style.less → src/pages/Forms/style.less
Ver arquivo
src/routes/List/Applications.js → src/pages/List/Applications.js
Ver arquivo
src/routes/List/Applications.less → src/pages/List/Applications.less
Ver arquivo
src/routes/List/Articles.js → src/pages/List/Articles.js
Ver arquivo
src/routes/List/Articles.less → src/pages/List/Articles.less
Ver arquivo
src/routes/List/BasicList.js → src/pages/List/BasicList.js
Ver arquivo
src/routes/List/BasicList.less → src/pages/List/BasicList.less
Ver arquivo
src/routes/List/CardList.js → src/pages/List/CardList.js
Ver arquivo
src/routes/List/CardList.less → src/pages/List/CardList.less
Ver arquivo
src/routes/List/List.js → src/pages/List/List.js
Ver arquivo
src/routes/List/Projects.js → src/pages/List/Projects.js
Ver arquivo
src/routes/List/Projects.less → src/pages/List/Projects.less
Ver arquivo
src/routes/List/TableList.js → src/pages/List/TableList.js
Ver arquivo
src/routes/List/TableList.less → src/pages/List/TableList.less
Ver arquivo
src/routes/Profile/AdvancedProfile.js → src/pages/Profile/AdvancedProfile.js
Ver arquivo
src/routes/Profile/AdvancedProfile.less → src/pages/Profile/AdvancedProfile.less
Ver arquivo
src/routes/Profile/BasicProfile.js → src/pages/Profile/BasicProfile.js
Ver arquivo
src/routes/Profile/BasicProfile.less → src/pages/Profile/BasicProfile.less
Ver arquivo
src/routes/Result/Error.js → src/pages/Result/Error.js
Ver arquivo
src/routes/Result/Success.js → src/pages/Result/Success.js
Ver arquivo
src/routes/Result/Success.test.js → src/pages/Result/Success.test.js
Ver arquivo
src/routes/User/Login.js → src/pages/User/Login.js
Ver arquivo
src/routes/User/Login.less → src/pages/User/Login.less
Ver arquivo
src/routes/User/Register.js → src/pages/User/Register.js
Ver arquivo
src/routes/User/Register.less → src/pages/User/Register.less
Ver arquivo
src/routes/User/RegisterResult.js → src/pages/User/RegisterResult.js
Ver arquivo
src/routes/User/RegisterResult.less → src/pages/User/RegisterResult.less
Ver arquivo