npm install jsonwebtoken express-jwt
index.js
const expressJWT = require('express-jwt')
const secretKey='gzui'
注意顺序
app.use(cors(...
蚂蚁
4年前 (2021-03-11)
1255℃
0评论
3喜欢
console.log('this.$store',JSON.parse(JSON.stringify(this.$store.state)));
转载请注明:有爱前端 » console.log展开显示...
蚂蚁
4年前 (2021-03-01)
1163℃
0评论
2喜欢
https://segmentfault.com/q/1010000005045512#
如果你的浏览器,与NPM服务器,不是同一个机器(不是localhost),那么会导致这个报错。
我搜索了好久,才发现这个是可以在webpackjs里配置的(即vue.config.js):
...
蚂蚁
4年前 (2021-03-01)
6145℃
1评论
5喜欢
https://www.aifou.net/2019/10/23/nginx-proxy-pass/
静态文件丢失需要单独给设置
location /wxpaydemoh5
{
proxy_pass http://172.16.90.25:8080;
...
蚂蚁
4年前 (2021-03-01)
1145℃
0评论
0喜欢
import Vue from 'vue'
export const bus = new Vue({
data () {
return {
// 定义数据
data: {}
}
},
created () {...
蚂蚁
4年前 (2021-02-23)
993℃
0评论
0喜欢
<div id="iframeBox">
<div class="scale-box">
<iframe allow-full-screen="true"></iframe>
<img src="fullS...
蚂蚁
4年前 (2021-01-14)
1167℃
0评论
14喜欢
uniapp发现getCurrentPages可以用,试试效果
在登录页面,存起
let pages = getCurrentPages();
let prevPage = pages[pages.length - 2];
if(prevPage.route!='page...
蚂蚁
4年前 (2020-12-29)
1263℃
0评论
6喜欢
https://blog.csdn.net/goodaxuan/article/details/82113123
//===========================下面是解决刷新页面丢失vuex数据
//在页面加载时读取sessionStorage里的状态信息
i...
蚂蚁
4年前 (2020-12-28)
1002℃
0评论
1喜欢
https://codepen.io/yichinweng/pen/WNvXevO
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UT...
蚂蚁
4年前 (2020-12-08)
1117℃
0评论
0喜欢
html
<el-pagination
background
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
...
蚂蚁
4年前 (2020-12-03)
1232℃
0评论
0喜欢