Commit 9c5b1f36 by 莫晓莉

内网测试版

parent 67d66c42
...@@ -7,13 +7,14 @@ VUE_APP_BASE_API = '' ...@@ -7,13 +7,14 @@ VUE_APP_BASE_API = ''
VUE_APP_WS_API = '' VUE_APP_WS_API = ''
VUE_APP_LOGIN_API = 'http://147.72.200.159:8080/cas/login?service=http://147.1.3.185/oauth/login?systemTag=oa-meetings' # VUE_APP_LOGIN_API = 'http://147.72.200.159:8080/cas/login?service=http://147.1.3.185/oauth/login?systemTag=oa-interInformation'
VUE_APP_LOGIN_API = 'http://147.72.200.159:8080/cas/login?service=http://147.1.3.185/oauth/login?systemTag=oa-interInformation'
#获取菜单标识 #获取菜单标识
VUE_APP_SYSTEAMTAG = '' VUE_APP_SYSTEAMTAG = ''
#退出登录标识 #退出登录标识
VUE_APP_LOGINOUT_TAG='oa-meetings' VUE_APP_LOGINOUT_TAG='oa-interInformation'
#VUE_APP_LOGIN_API = http://171.106.48.55:36003/cas/login?service=http://171.106.48.55:29888/oauth/login?systemTag=workflow #VUE_APP_LOGIN_API = http://171.106.48.55:36003/cas/login?service=http://171.106.48.55:29888/oauth/login?systemTag=workflow
\ No newline at end of file
...@@ -13,7 +13,7 @@ module.exports = { ...@@ -13,7 +13,7 @@ module.exports = {
// hash 模式下可使用 // hash 模式下可使用
// publicPath: process.env.NODE_ENV === 'development' ? '/' : './', // publicPath: process.env.NODE_ENV === 'development' ? '/' : './',
publicPath: '/', publicPath: '/',
outputDir: 'workflow-dist', outputDir: 'court-inner',
assetsDir: 'static', assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development', lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment