This commit is contained in:
2021-06-10 19:23:55 +00:00
parent 7fd4bf9bb7
commit 3ac3b65a0e
7 changed files with 941 additions and 26 deletions

View File

@@ -66,11 +66,11 @@ function initNavPanel() {
sub.push({
title: "CustomerServiceRequestList",
icon: "$ayiConciergeBell",
route: "/customer-csr-list",
route: "/customer-csr",
key: key++
});
window.$gz.store.commit("setHomePage", "/customer-csr-list");
window.$gz.store.commit("setHomePage", "/customer-csr");
CustomerHomePageSet = true;
}