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 () => {
|
;(async () => {
|
||||||
const options = {
|
const options = {
|
||||||
moduleCache: {
|
moduleCache: {
|
||||||
vue: Vue, less: less
|
vue: Vue,
|
||||||
|
less: less,
|
||||||
|
cache: {},
|
||||||
}, getFile(url) {
|
}, getFile(url) {
|
||||||
if (!(/^(https?:)?\/\//)) {
|
if (!(/^(https?:)?\/\//)) {
|
||||||
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
|
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
|
||||||
|
@ -268,7 +268,7 @@ body > .el-container {
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
components: {},
|
name: 'layout',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menus: [
|
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