Commit 0aaf92b0 authored by 高宇's avatar 高宇

登录方法 不加密

parent c2791c0b
...@@ -4,27 +4,6 @@ ENV = 'development' ...@@ -4,27 +4,6 @@ ENV = 'development'
# base api # base api
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# workFlow链接地址
# VUE_APP_WORKFLOW = 'http://106.2.17.219:10180'
VUE_APP_WORKFLOW = '/workFlow'
# internal链接地址
VUE_APP_INTERNAL = '/internal'
# login地址
VUE_APP_LOGIN = 'http://login.court.com/#/login'
# 中台地址
VUE_APP_ZT = 'http://main.court.com'
# 内勤地址
VUE_APP_NQ = 'http://nq.court.com'
# 根域名
VUE_APP_ROOT = 'court.com'
# 模板地址
VUE_APP_TEMPLATE = 'http://192.168.1.17:8072/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# It only does one thing by converting all import() to require().
# This configuration can significantly increase the speed of hot updates,
# when you have a large number of pages.
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
...@@ -3,19 +3,5 @@ ENV = 'test' ...@@ -3,19 +3,5 @@ ENV = 'test'
# 测试环境 # 测试环境
# base api # base api
# VUE_APP_BASE_API = 'http://192.144.239.97:20070/'
VUE_APP_BASE_API = 'http://192.144.239.97:20075/' VUE_APP_BASE_API = 'http://192.144.239.97:20075/'
#workFlow链接地址
VUE_APP_WORKFLOW = 'http://zt.91isoft.com:10184/workFlow'
#internal链接地址
VUE_APP_INTERNAL = 'http://zt.91isoft.com:10184/internal'
# login地址
VUE_APP_LOGIN = 'http://login.91isoft.com:10181/#/login'
# 中台地址
VUE_APP_ZT = 'http://zt.91isoft.com:10181'
# 内勤地址
VUE_APP_NQ = 'http://nq.91isoft.com:10181'
# 根域名
VUE_APP_ROOT = '91isoft.com'
# 模板地址
VUE_APP_TEMPLATE = 'http://zt.91isoft.com:10190/'
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