mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
server checks if current device is mobile device, and let browser navigate to specific pages
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<div>Not Implemented</div>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
export default {
|
||||
created() {
|
||||
location.href = '../mobile/'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -69,6 +69,12 @@ const licenses = [
|
||||
url: 'https://github.com/mattn/go-sqlite3',
|
||||
licenseUrl: 'https://github.com/mattn/go-sqlite3/blob/master/LICENSE'
|
||||
},
|
||||
{
|
||||
name: 'UserAgent',
|
||||
copyright: 'Copyright (c) 2012-2020 Miquel Sabaté Solà',
|
||||
url: 'https://github.com/mssola/user_agent',
|
||||
licenseUrl: 'https://github.com/mssola/user_agent/blob/master/LICENSE'
|
||||
},
|
||||
{
|
||||
name: 'Go Cryptography',
|
||||
copyright: 'Copyright (c) 2009 The Go Authors. All rights reserved.',
|
||||
|
||||
Reference in New Issue
Block a user