@@ -3,6 +3,9 @@
scocial-management-platform-frontend\public\index.html
注:10.110.35.55需要连接政务外网才可以访问,请确认有该IP访问权限
登录方法见src\views\pages\login.vue 文件
+"sass": "1.56.1", 可以替換 "node-sass": "^4.14.1",解決安裝依赖报错问题
+
# 部署方式
服务器地址见附录,目前有两台应用服务器(属于阿里edas服务集群机器)用于运行项目,两台nginx服务器用于转发,一个虚拟IP绑定两台nginx机器
@@ -74,4 +77,4 @@ src
│ ├─job 无用
│ └─sys 系统页面
└─pages 404和登录页
-```
+```
@@ -313,7 +313,7 @@ export default {
return
}
// 生产环境
- this.$http.get('http://10.110.34.19:30600/sysbase/area/admin/getCityAreaByCode?areaCode=' + this.areaCode).then(({ data: res }) => {
+ this.$http.get('https://10.110.35.47/sgpt/lianchuang/19_30600/sysbase/area/admin/getCityAreaByCode?areaCode=' + this.areaCode).then(({ data: res }) => {
// 测试环境
// this.$http.get('http://10.110.37.15:30600/sysbase/area/admin/getCityAreaByCode?areaCode=' + this.areaCode).then(({ data: res }) => {
if (res.code !== '0') {