Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
yma16
myblogVue_django
提交
6228b068
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看板
提交
6228b068
编写于
6月 18, 2023
作者:
yma16
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
perf: production
上级
ccddeecb
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
18 addition
and
18 deletion
+18
-18
src/main.js
src/main.js
+15
-15
src/store/index.js
src/store/index.js
+2
-2
src/weather/EchartWeather.vue
src/weather/EchartWeather.vue
+1
-1
未找到文件。
src/main.js
浏览文件 @
6228b068
// The Vue build version to load with the `import` command
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
// vue cdn
// vue cdn
import
Vue
from
'
vue
'
//
import Vue from 'vue'
import
axios
from
'
axios
'
//
import axios from 'axios'
import
hljs
from
'
highlight.js
'
//
import hljs from 'highlight.js'
import
*
as
echarts
from
'
echarts
'
//
import * as echarts from 'echarts'
import
importElementComponents
from
'
./importElement
'
//
import importElementComponents from './importElement'
import
importEchartsComponents
from
'
./importEchartsComponents
'
//
import importEchartsComponents from './importEchartsComponents'
// 样式cnd
//
//
样式cnd
import
'
github-markdown-css/github-markdown.css
'
//
import 'github-markdown-css/github-markdown.css'
import
'
nprogress/nprogress.css
'
//
import 'nprogress/nprogress.css'
// 无需cdn
// 无需cdn
import
useRouter
from
'
./router
'
import
useRouter
from
'
./router
'
import
VueRouter
from
'
vue-router
'
import
VueRouter
from
'
vue-router
'
...
@@ -57,11 +57,11 @@ if (env === 'production') {
...
@@ -57,11 +57,11 @@ if (env === 'production') {
// 路由
// 路由
const
router
=
useRouter
(
Vue
,
VueRouter
)
const
router
=
useRouter
(
Vue
,
VueRouter
)
// 按需引入elementui
//
//
按需引入elementui
importElementComponents
(
Vue
)
//
importElementComponents(Vue)
//
// 按需引入echarts
//
//
按需引入echarts
importEchartsComponents
(
Vue
)
//
importEchartsComponents(Vue)
Vue
.
config
.
productionTip
=
false
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
cookies
)
Vue
.
use
(
cookies
)
...
@@ -76,7 +76,7 @@ if (env === 'production') {
...
@@ -76,7 +76,7 @@ if (env === 'production') {
// cookie
// cookie
Vue
.
prototype
.
$cookies
=
cookies
Vue
.
prototype
.
$cookies
=
cookies
// axios
// axios
Vue
.
use
(
axios
)
//
Vue.use(axios)
Vue
.
prototype
.
$axios
=
axios
Vue
.
prototype
.
$axios
=
axios
window
.
$axios_w
=
axios
window
.
$axios_w
=
axios
Vue
.
prototype
.
$cookies
.
set
(
'
user_session
'
,
'
null
'
)
Vue
.
prototype
.
$cookies
.
set
(
'
user_session
'
,
'
null
'
)
...
...
src/store/index.js
浏览文件 @
6228b068
import
Vue
from
'
vue
'
//
import Vue from 'vue'
import
Vuex
from
'
vuex
'
//
import Vuex from 'vuex'
// import createLogger from '../../../src/plugins/logger'
// import createLogger from '../../../src/plugins/logger'
...
...
src/weather/EchartWeather.vue
浏览文件 @
6228b068
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
*
as
echarts
from
'
echarts
'
//
import * as echarts from 'echarts'
export
default
{
export
default
{
name
:
'
EchartWeather
'
,
name
:
'
EchartWeather
'
,
data
()
{
data
()
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录