Compare commits
No commits in common. "c0a4e5ba429698c01bcb560df7b2b12b83dd2a94" and "e8e62576e151cd3d150b3b643d801fc715e46a6d" have entirely different histories.
c0a4e5ba42
...
e8e62576e1
@ -21,7 +21,7 @@ export const leftApps = [
|
||||
name: 'sub-app',
|
||||
entry: VITE_APP_SUB_GAS,
|
||||
activeRule: '/sub-app',
|
||||
title: 'APP2',
|
||||
title: 'APP',
|
||||
icon: 'images/platform/icon-app.png',
|
||||
},
|
||||
{
|
||||
@ -52,7 +52,7 @@ export const rightApps = [
|
||||
name: 'sub-app',
|
||||
entry: VITE_APP_SUB_GAS,
|
||||
activeRule: '/sub-app',
|
||||
title: 'APP1',
|
||||
title: 'APP',
|
||||
icon: 'images/platform/icon-app.png',
|
||||
},
|
||||
{
|
||||
|
@ -36,13 +36,7 @@ import { getAssetsFile } from '@/utils';
|
||||
|
||||
const gotoPage = (row) => {
|
||||
// window.history.pushState({}, row.name, row.activeRule);
|
||||
if (row.title == 'APP1') {
|
||||
window.location.href = 'https://www.pgyer.com/MXd3uUrO';
|
||||
} else if (row.title == 'APP2') {
|
||||
window.location.href = 'https://www.pgyer.com/4SVVtpob';
|
||||
} else {
|
||||
window.location.href = row.activeRule;
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
@ -12,6 +12,7 @@ declare module 'vue' {
|
||||
'CenterMap copy': typeof import('./src/components/centerMap copy.vue')['default']
|
||||
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
||||
Components: typeof import('./src/components/index.js')['default']
|
||||
copy: typeof import('./src/components/centerMap copy.vue')['default']
|
||||
CurrentTime: typeof import('./src/components/currentTime.vue')['default']
|
||||
CustomBack: typeof import('./src/components/customBack.vue')['default']
|
||||
CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default']
|
||||
|
1
sub-operation-service/components.d.ts
vendored
1
sub-operation-service/components.d.ts
vendored
@ -9,6 +9,7 @@ declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
CenterMap: typeof import('./src/components/centerMap.vue')['default']
|
||||
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
||||
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']
|
||||
CostomImg: typeof import('./src/components/costomImg.vue')['default']
|
||||
CustomBack: typeof import('./src/components/customBack.vue')['default']
|
||||
CustomCarouselPicture: typeof import('./src/components/custom-carousel-picture/index.vue')['default']
|
||||
|
Loading…
x
Reference in New Issue
Block a user