@@ -0,0 +1,9 @@
+{
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "exclude": ["node_modules", "dist"]
+}
@@ -1,3 +1,4 @@
+// 没用到?
@cdn:'https://shlmuseum.oss-cn-shanghai.aliyuncs.com/shls_museum/images/';
@inputH:30px;
@theme:#9D362F;
@@ -41,6 +41,7 @@ Vue.mixin({
userInfo: (state) => state.common.userInfo,
theme: (state) => state.common.theme
}),
+ // 响应性有吗?
token(){
let token = (window.localStorage.getItem('webtoken')&&window.localStorage.getItem('webtoken')) || ''
return token