摘要:
app.js import Vue from 'vue'import App from './App.vue' import ElementUI from "element-ui";import 'element-ui/lib/theme-chalk/index.css';Vue.use(Eleme 阅读全文
摘要:
db.js const mongoose = require('mongoose');mongoose.connect('mongodb://用户xxxx:密码xxxxx@连接xxxxxx:端口xxxxx/数据库名xxxxx', {useNewUrlParser:true});mongoose.se 阅读全文
摘要:
api.js const bugs = require('../model/db').bugs;const ideas = require('../model/db').ideas;const express = require('express');const router = express.R 阅读全文
摘要:
template.html <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link href="htt 阅读全文
摘要:
App.vue <template> <div id="app" class="app"> <div class="heard" id="heard"> <h1>部门统计</h1> </div> <div id="Statistics"> <div id="heard3"> <h4>统计项</h4> 阅读全文