Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
jinmao-community-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
58dede8a
authored
May 25, 2021
by
changjin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新word文档
parent
aa6a682d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
src/components/common/Header.vue
+2
-2
src/main.js
+3
-0
static/doc/中国金茂智慧社区后台管理系统-用户操作手册(文字版).docx
+0
-0
static/doc/博智林项目需求文档.docx
+0
-0
No files found.
src/components/common/Header.vue
View file @
58dede8a
...
@@ -144,9 +144,9 @@ export default {
...
@@ -144,9 +144,9 @@ export default {
},
},
download
(
type
)
{
download
(
type
)
{
if
(
type
===
0
)
{
if
(
type
===
0
)
{
window
.
open
(
'http://39.97.169.207/static/doc/博智林项目需求文档
.docx'
)
window
.
open
(
this
.
fileUrl
+
'static/doc/中国金茂智慧社区后台管理系统-用户操作手册(文字版)
.docx'
)
}
else
{
}
else
{
window
.
open
(
'http://39.97.169.207/
static/doc/金茂智慧案场app项目汇报方案0513.pptx'
)
window
.
open
(
this
.
fileUrl
+
'
static/doc/金茂智慧案场app项目汇报方案0513.pptx'
)
}
}
},
},
// 退出登录
// 退出登录
...
...
src/main.js
View file @
58dede8a
...
@@ -12,11 +12,14 @@ import 'element-ui/lib/theme-chalk/index.css';
...
@@ -12,11 +12,14 @@ import 'element-ui/lib/theme-chalk/index.css';
import
store
from
'./vuex/store.js'
import
store
from
'./vuex/store.js'
require
(
'../static/css/index.css'
)
require
(
'../static/css/index.css'
)
Vue
.
use
(
uploader
)
Vue
.
use
(
uploader
)
Vue
.
prototype
.
fileUrl
=
'http://39.97.169.207/'
//测试
// Vue.prototype.baseURL = 'http://172.16.2.69:8088/'
// Vue.prototype.baseURL = 'http://172.16.2.69:8088/'
Vue
.
prototype
.
baseURL
=
'http://39.97.169.207:9200/'
// 测试
Vue
.
prototype
.
baseURL
=
'http://39.97.169.207:9200/'
// 测试
// Vue.prototype.baseURL = 'https://witcase.chinajinmao.cn' // 正式
// Vue.prototype.baseURL = 'https://witcase.chinajinmao.cn' // 正式
axios
.
defaults
.
fileURL
=
Vue
.
prototype
.
fileURL
axios
.
defaults
.
baseURL
=
Vue
.
prototype
.
baseURL
axios
.
defaults
.
baseURL
=
Vue
.
prototype
.
baseURL
axios
.
defaults
.
withCredentials
=
true
axios
.
defaults
.
withCredentials
=
true
axios
.
defaults
.
timeout
=
20000
axios
.
defaults
.
timeout
=
20000
...
...
static/doc/中国金茂智慧社区后台管理系统-用户操作手册(文字版).docx
0 → 100644
View file @
58dede8a
File added
static/doc/博智林项目需求文档.docx
deleted
100644 → 0
View file @
aa6a682d
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment