10 2020 档案

摘要:<!DOCTYPE html> <html style="height: 100%"> <head> <meta charset="utf-8"> </head> <body style="height: 100%; margin: 0"> <div id="container" style="he 阅读全文
posted @ 2020-10-26 10:58 凉城i 阅读(1077) 评论(0) 推荐(1)
摘要:1.给el-menu添加 :default-active="activePath" default-active(当前激活菜单的index) <el-menu background-color="#333744" text-color="#fff" active-text-color="#409EF 阅读全文
posted @ 2020-10-23 10:25 凉城i 阅读(288) 评论(0) 推荐(0)
摘要:1.创建nextwork.js import axios from 'axios' // 进行一些全局配置 axios.defaults.baseURL = 'http://127.0.0.1:3000' axios.defaults.timeout = 3000 // 封装组件的get/post方 阅读全文
posted @ 2020-10-09 16:36 凉城i 阅读(419) 评论(0) 推荐(0)