Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
yma16
myblogVue_django
提交
b8a42265
M
myblogVue_django
项目概览
yma16
/
myblogVue_django
通知
5
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
myblogVue_django
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b8a42265
编写于
7月 10, 2023
作者:
yma16
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
perf:no cdn
上级
17f6dbff
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
44 addition
and
26 deletion
+44
-26
build/webpack.prod.conf.js
build/webpack.prod.conf.js
+1
-1
index.html
index.html
+4
-0
src/App.vue
src/App.vue
+17
-4
src/components/user/Login.vue
src/components/user/Login.vue
+2
-2
src/components/weather/EchartWeather.vue
src/components/weather/EchartWeather.vue
+1
-1
src/components/weather/echarts/Map.vue
src/components/weather/echarts/Map.vue
+1
-1
src/importElement.js
src/importElement.js
+3
-1
src/main.js
src/main.js
+11
-11
src/store/index.js
src/store/index.js
+2
-3
src/store/modules/user.js
src/store/modules/user.js
+2
-2
未找到文件。
build/webpack.prod.conf.js
浏览文件 @
b8a42265
...
...
@@ -20,7 +20,7 @@ const env =
let
externalModules
=
{}
//cdn 配置
let
externalConfig
=
[]
if
(
process
.
env
.
NODE_ENV
===
'
production
'
)
{
if
(
process
.
env
.
NODE_ENV
===
'
production
'
&&
false
)
{
//生产环境
externalModules
=
{
vue
:
'
Vue
'
,
...
...
index.html
浏览文件 @
b8a42265
...
...
@@ -18,6 +18,10 @@
<style>
body
{
overflow
:
hidden
;
background
:
url("https://yongma16.xyz/staticFile/common/img/blogScene.jpg")
;
background-position
:
center
center
;
background-clip
:
border-box
;
background-repeat
:
no-repeat
;
}
</style>
<!-- cdn css-->
...
...
src/App.vue
浏览文件 @
b8a42265
...
...
@@ -26,9 +26,7 @@
<el-submenu
index=
"1-1"
>
<
template
slot=
"title"
>
yma16
<span
v-if=
"currentUserName"
>
{{
currentUserName
}}
</span></
template
</
template
>
<el-menu-item
index=
"1-1-1"
>
stay hungry
</el-menu-item>
<a
@
click=
"jumpToEcharts"
>
...
...
@@ -82,6 +80,16 @@
<!-- > 在线聊天室</i-->
<!-- >-->
<div
style=
"float: right; overflow: hidden;display: flex;justify-items: center;align-items:center;word-spacing: 16px;"
>
<span
style=
"cursor: pointer; width: 80px"
v-if=
"currentUserName"
>
<el-popover
trigger=
"click"
>
<span
@
click=
"loginOut"
style=
"cursor: pointer; height: 16px"
>
注销
</span>
<
template
slot=
"reference"
>
<i
class=
"el-icon-user"
style=
"font-weight: 300"
>
{{
currentUserName
}}
</i>
</
template
>
</el-popover>
</span>
<a
href=
"https://codechina.csdn.net/qq_38870145/myblogvue"
><img
src=
"@/assets/img/code-china.png"
...
...
@@ -93,6 +101,7 @@
src=
"@/assets/img/github-fill.png"
style=
"cursor: pointer; height: 16px"
/></a>
</div>
<!-- <a v-on:click="changeNavigate"><i class="el-icon-menu"></i></a> -->
...
...
@@ -159,7 +168,7 @@ export default {
currentUserName
:
function
()
{
return
store
.
state
.
user
.
userInfo
&&
store
.
state
.
user
.
userInfo
.
name
?
store
.
state
.
user
.
userInfo
.
name
:
'
游客
'
:
''
}
},
mounted
()
{
...
...
@@ -285,6 +294,10 @@ export default {
.
catch
((
error
)
=>
{
throw
Error
(
error
)
})
},
loginOut
()
{
localStorage
.
removeItem
(
'
yma16siteUserInfo
'
)
window
.
location
.
reload
()
}
}
}
...
...
src/components/user/Login.vue
浏览文件 @
b8a42265
...
...
@@ -44,13 +44,13 @@
<div
style=
"width:50%;text-align: center"
>
<img
src=
"https://ts2.cn.mm.bing.net/th?id=ODLS.f9daea21-9936-4164-815f-b5209459f3c6&w=32&h=32&qlt=90&pcl=fffffa&o=6&pid=1.2"
style=
"width:10px;line-height: 56px"
/>
<el-link
type=
"primary"
@
click=
"thirdLogin('azure')"
>
微软登录(
测试中
)
</el-link
>
微软登录(
alpha
)
</el-link
>
</div>
<div
style=
"width:50%;text-align: center"
>
<img
src=
"https://sola.gtimg.cn/aoi/sola/20210118201807_hzF9zYwEBj.png"
style=
"width:10px;line-height: 56px"
/>
<el-link
type=
"primary"
@
click=
"thirdLogin('qq')"
>
QQ登录(
测试中
)
</el-link
>
QQ登录(
alpha
)
</el-link
>
</div>
</div>
...
...
src/components/weather/EchartWeather.vue
浏览文件 @
b8a42265
...
...
@@ -15,7 +15,7 @@
</
template
>
<
script
>
//
import * as echarts from 'echarts/index'
import
*
as
echarts
from
'
echarts/index
'
export
default
{
name
:
'
EchartWeather
'
,
data
()
{
...
...
src/components/weather/echarts/Map.vue
浏览文件 @
b8a42265
...
...
@@ -27,7 +27,7 @@
</
template
>
<
script
>
//
import * as echarts from 'echarts'
import
*
as
echarts
from
'
echarts
'
export
default
{
name
:
'
Map
'
,
...
...
src/importElement.js
浏览文件 @
b8a42265
...
...
@@ -26,7 +26,8 @@ import {
Select
,
Divider
,
Row
,
Col
Col
,
Popover
}
from
'
element-ui
'
const
importElementComponents
=
(
Vue
)
=>
{
...
...
@@ -56,6 +57,7 @@ const importElementComponents = (Vue) => {
Vue
.
use
(
Pagination
)
Vue
.
use
(
Alert
)
Vue
.
use
(
Select
)
Vue
.
use
(
Popover
)
Vue
.
prototype
.
$message
=
Message
Vue
.
prototype
.
$notify
=
Notification
}
...
...
src/main.js
浏览文件 @
b8a42265
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
// vue cdn
//
import Vue from 'vue'
//
import axios from 'axios'
//
import hljs from 'highlight.js'
//
import importElementComponents from './importElement'
//
import importEchartsComponents from './importEchartsComponents'
import
Vue
from
'
vue
'
import
axios
from
'
axios
'
import
hljs
from
'
highlight.js
'
import
importElementComponents
from
'
./importElement
'
import
importEchartsComponents
from
'
./importEchartsComponents
'
// 样式cnd
import
'
github-markdown-css/github-markdown.css
'
import
'
nprogress/nprogress.css
'
...
...
@@ -38,7 +38,7 @@ Vue.prototype.$cookies.set('user_session', 'null')
// 路由
const
router
=
useRouter
(
Vue
,
VueRouter
)
// 生产环境
if
(
env
===
'
production
'
)
{
if
(
env
===
'
production
'
&&
false
)
{
try
{
// 全局引入
Vue
.
config
.
productionTip
=
false
...
...
@@ -53,11 +53,11 @@ if (env === 'production') {
throw
Error
(
e
)
}
}
else
{
//
//
按需引入elementui
//
importElementComponents(Vue)
//
//
//
按需引入echarts
//
importEchartsComponents(Vue)
// 按需引入elementui
importElementComponents
(
Vue
)
// 按需引入echarts
importEchartsComponents
(
Vue
)
Vue
.
config
.
productionTip
=
false
new
Vue
({
...
...
src/store/index.js
浏览文件 @
b8a42265
// import Vue from 'vue'
// import Vuex from 'vuex'
import
Vue
from
'
vue
'
import
Vuex
from
'
vuex
'
// import createLogger from '../../../src/plugins/logger'
...
...
src/store/modules/user.js
浏览文件 @
b8a42265
...
...
@@ -5,8 +5,8 @@ export default {
state
:
{
// 用户账号密码
userInfo
:
{
name
:
'
游客
'
,
password
:
null
name
:
''
,
password
:
''
}
},
getters
:
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录