mirror of
https://github.com/himool/HimoolERP.git
synced 2026-01-06 09:17:25 +08:00
-
This commit is contained in:
parent
26f76c9f93
commit
65c7e061f9
4 changed files with 8 additions and 3 deletions
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 4.2 KiB |
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="description" content="企业管理系统解决方案">
|
||||
<meta name="keywords" content="企业管理,ERP,仓库管理,WMS,进销存,协同办公,OA,财务管理,生产管理">
|
||||
<meta name="baidu-site-verification" content="6cxT5lOESu">
|
||||
<link rel="shortcut icon" href="/static/favicon.ico">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<title>海鸥云 - 永久免费的企业管理SaaS平台</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ant-design-vue@1.6.2/dist/antd.min.css">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
<div class="background" ref="card">
|
||||
<a-card class="card">
|
||||
<div>
|
||||
<div style="text-align: center; padding-top: 16px;">
|
||||
<div style="text-align: center; padding-top: 16px; cursor: pointer;" @click="backIndex">
|
||||
<img :src="logo" width="112" style="margin-top: -6px; margin-left: 8px;" />
|
||||
</div>
|
||||
<div class="title" @click="$router.push('/')" style="margin: 0;">海鸥云</div>
|
||||
<div class="title" @click="backIndex" style="margin: 0;">海鸥云</div>
|
||||
<div style="text-align: center; font-size: 16px; color: #666; margin-bottom: 24px;">进销存 - 让生意更简单高效</div>
|
||||
</div>
|
||||
<router-view />
|
||||
|
|
@ -21,6 +21,11 @@
|
|||
logo: require('@/assets/logo.png'),
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
backIndex() {
|
||||
windows.open('http:www.haioucloud.com');
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue