mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
增加登录页面
This commit is contained in:
parent
457de6c57b
commit
027ecc2bc8
@ -6,7 +6,9 @@ window.appRoot = (function (script) {
|
||||
;(async () => {
|
||||
const options = {
|
||||
moduleCache: {
|
||||
vue: Vue, less: less
|
||||
vue: Vue,
|
||||
less: less,
|
||||
cache: {},
|
||||
}, getFile(url) {
|
||||
if (!(/^(https?:)?\/\//)) {
|
||||
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
|
||||
|
@ -268,7 +268,7 @@ body > .el-container {
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {},
|
||||
name: 'layout',
|
||||
data() {
|
||||
return {
|
||||
menus: [
|
||||
|
13
static/template/login.vue
Normal file
13
static/template/login.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "login"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user