提交 dadf534b 编写于 作者: Y yma16

feat:版本迭代2022 v1.0

上级 f063167c
......@@ -2,3 +2,4 @@
/config/
/dist/
/*.js
/node_modules/
......@@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*
/test/e2e/reports/
selenium-debug.log
package-lock.json
# Editor directories and files
.idea
.vscode
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -25,6 +25,7 @@
"vue-cookies": "^1.7.4",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
......
export default {
// 用户信息
userInfo: (state) => state.user.userInfo
// token: (state) => state.account.token
// usercode: (state) => state.user.userInfo.tenantCode
};
\ No newline at end of file
// 用户信息
userInfo: (state) => state.user.userInfo
// token: (state) => state.account.token
// usercode: (state) => state.user.userInfo.tenantCode
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册