摘要:
async postphoneBinding(User, phone) { let temp = await http.phoneBinding(User, phone); let tel = /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|1 阅读全文
摘要:
https://blog.csdn.net/weixin_43824675/article/details/103729268 阅读全文
摘要:
a.router-link-exact-active { color: white; div { color: white; }} 阅读全文
摘要:
<template> <div @click="cur=0" :class="[cur==0? 'nav-userh':'nav-user']">数据统计</div> <div @click="cur=1" :class="[cur==1? 'nav-userh':'nav-user']">用户总人 阅读全文
摘要:
main.js const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(er 阅读全文
摘要:
module.exports = { // 选项... // publicPath: '/demo2', devServer: { port: 8001, // 端口号,如果端口号被占用,会自动提升1 host: "localhost", //主机名, 127.0.0.1, 真机 0.0.0.0 h 阅读全文
摘要:
<template> <div> <a-card :bordered="false" class="ant-pro-components-tag-select"> <a-form :form="form" layout="inline"> <standard-form-row grid last> 阅读全文
摘要:
<template> <div> <s-table ref="table" size="default" rowKey="id" :columns="columns" :data="loadData" :alert="true" :rowSelection="rowSelection" showPa 阅读全文
摘要:
<template> <div> <a-table @change="handleTableChange" :pagination="pagination" :columns="columns" :row-key="record => record.id" :data-source="data"> 阅读全文
摘要:
方法一 var _res = [] this.a.sort() for (var i = 0; i < this.a.length;) { var count = 0 for (var j = i; j < this.a.length; j++) { if (this.a[i] this.a[j]) 阅读全文