fix : page route widget and other page
This commit is contained in:
@@ -17,13 +17,8 @@ class SaleLogic extends GetxController {
|
||||
|
||||
RootLogic rootLogic = Get.find<RootLogic>();
|
||||
|
||||
late List<String> routesName;
|
||||
List<String> routesName = ['فروش'];
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
routesName = [...rootLogic.routesName, 'فروش'].toList();
|
||||
}
|
||||
|
||||
@override
|
||||
void onReady() {
|
||||
|
||||
Reference in New Issue
Block a user