Merge branch 'develop' into devTee
This commit is contained in:
commit
2519b7939c
2 changed files with 438 additions and 436 deletions
|
|
@ -32,8 +32,8 @@ const API = {
|
||||||
const path = "http://chamomind.ddns.net:20006";
|
const path = "http://chamomind.ddns.net:20006";
|
||||||
|
|
||||||
const generatePopupPath = (routeName: any) => {
|
const generatePopupPath = (routeName: any) => {
|
||||||
if (routeName.includes("metadata")) {
|
if (routeName.includes("registry")) {
|
||||||
return `${path}/manual/chapter-2-admin-metadata`;
|
return `${path}/manual/chapter-2-user-registry`;
|
||||||
}
|
}
|
||||||
if (routeName.includes("leave")) {
|
if (routeName.includes("leave")) {
|
||||||
return `${path}/manual/chapter-4-user-leave`;
|
return `${path}/manual/chapter-4-user-leave`;
|
||||||
|
|
@ -66,6 +66,8 @@ const generatePopupPath = (routeName: any) => {
|
||||||
const manualConfig = {
|
const manualConfig = {
|
||||||
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
|
dashboard: `${path}/manual/chapter-1-user-organization-chart`,
|
||||||
leave: `${path}/manual/chapter-4-user-leave`,
|
leave: `${path}/manual/chapter-4-user-leave`,
|
||||||
|
organizationChart: `${path}/manual/chapter-1-user-organization-chart`,
|
||||||
|
registryMain: `${path}/manual/chapter-2-user-registry`,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
||||||
|
|
@ -357,7 +357,7 @@ function onInfo() {
|
||||||
size="sm"
|
size="sm"
|
||||||
color="yellow-10"
|
color="yellow-10"
|
||||||
/>
|
/>
|
||||||
ไมมีข้อมูล
|
ไม่มีข้อมูล
|
||||||
</div>
|
</div>
|
||||||
</q-banner>
|
</q-banner>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue