Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
23292006
Commit
23292006
authored
Nov 15, 2019
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
74e8a9fc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
+1
-1
node_modules/.package_versions.json
+2
-0
projectmanage/app/config/environment.js
+1
-1
projectmanage/app/front/entry/index.ejs
+1
-0
projectmanage/app/front/vues/pages/roleview/roleview.js
+0
-1
No files found.
Dockerfile
View file @
23292006
#!/bin/bash
FROM
registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER
jy "jiangyong@gongsibao.com"
ADD
projectmanage /apps/projectmanage/
ADD
projectmanage /apps/projectm
git
anage/
WORKDIR
/apps/projectmanage/
RUN
cnpm install
-S
CMD
["node","/apps/projectmanage/main.js"]
...
...
node_modules/.package_versions.json
0 → 100644
View file @
23292006
{}
\ No newline at end of file
projectmanage/app/config/environment.js
View file @
23292006
...
...
@@ -53,7 +53,7 @@ module.exports = function (app) {
}
else
{
app
.
use
(
session
(
{
name
:
'
demo
sid'
,
name
:
'
pm
sid'
,
cookie
:
{
maxAge
:
3600000
},
rolling
:
true
,
resave
:
false
,
...
...
projectmanage/app/front/entry/index.ejs
View file @
23292006
...
...
@@ -7,6 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=1"
>
<title
id=
"idtitle"
><
%=
app
?
app
.
name:
'应用未启用'%
></title>
<link
rel=
"stylesheet"
href=
"/css/ele/index_2.5.4.css"
>
<link
rel=
"stylesheet"
href=
"http://open.gongsibao.com/css/pagecom.css"
>
<link
rel=
"stylesheet"
href=
"/css/pagecom.css"
>
<link
rel=
"stylesheet"
href=
"/css/fontawesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/fontawesome/css/toolicon-style.css"
>
...
...
projectmanage/app/front/vues/pages/roleview/roleview.js
View file @
23292006
...
...
@@ -5,7 +5,6 @@
isdev
:
false
,
multipleSelection
:
[],
barref
:
null
,
developerData
:[],
problemBardata
:{
title
:
{
...
...
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