diff --git a/.env.development b/.env.development index b5a1983..6f1e63f 100644 --- a/.env.development +++ b/.env.development @@ -2,9 +2,10 @@ ENV = 'development' # 若依管理系统/开发环境 -#VUE_APP_BASE_API = 'http://121.36.65.171:9527' -VUE_APP_H5_QR = 'http://localhost/h5/invitation.html' -VUE_APP_BASE_API = 'http://172.119.50.32:9527' +VUE_APP_BASE_API = 'http://121.36.65.171:9527' +VUE_APP_H5_QR = 'http://172.119.51.218/h5/invitation.html' +VUE_APP_H5_INFO = 'http://172.119.51.218/h5/info.html' +#VUE_APP_BASE_API = 'http://172.119.50.32:9527' # 路由懒加载 diff --git a/.env.production b/.env.production index a3a496f..ad49f2c 100644 --- a/.env.production +++ b/.env.production @@ -4,3 +4,4 @@ ENV = 'production' # 若依管理系统/生产环境 VUE_APP_BASE_API = 'http://121.36.65.171:9527' VUE_APP_H5_QR = 'http://121.36.65.171:8778/h5/invitation.html' +VUE_APP_H5_INFO = 'http://121.36.65.171:8778/h5/info.html' diff --git a/package.json b/package.json index a2ccd17..7d3df81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gyszzsc", "version": "3.5.0", - "description": "供应商资质检查", + "description": "供应商资质应用管理系统", "author": "qinshunyu", "license": "MIT", "scripts": { diff --git a/public/h5.rar b/public/h5.rar new file mode 100644 index 0000000..cd85093 Binary files /dev/null and b/public/h5.rar differ diff --git a/public/h5/info - 副本.html b/public/h5/info - 副本.html new file mode 100644 index 0000000..e9a9014 --- /dev/null +++ b/public/h5/info - 副本.html @@ -0,0 +1,341 @@ + + + + + + + + 欢迎使用食品原料供应商资质检查系统 + + + + +
+
+
+

企业信息

+ +
+
+
+ + + \ No newline at end of file diff --git a/public/h5/info.html b/public/h5/info.html new file mode 100644 index 0000000..c700e04 --- /dev/null +++ b/public/h5/info.html @@ -0,0 +1,351 @@ + + + + + + + + 供应商资质应用管理系统 + + + + +
+
+
+

企业信息

+ +
+
+
+ + + \ No newline at end of file diff --git a/public/h5/invitation.html b/public/h5/invitation.html index be571a9..1a5126a 100644 --- a/public/h5/invitation.html +++ b/public/h5/invitation.html @@ -5,7 +5,7 @@ - 欢迎使用食品原料供应商资质检查系统 + 供应商资质应用管理系统 diff --git a/src/views/company/companyInfo-copy.vue b/src/views/company/companyInfo-copy.vue new file mode 100644 index 0000000..c79b9b5 --- /dev/null +++ b/src/views/company/companyInfo-copy.vue @@ -0,0 +1,297 @@ + + + + diff --git a/src/views/company/companyInfo.vue b/src/views/company/companyInfo.vue index c79b9b5..b8c9630 100644 --- a/src/views/company/companyInfo.vue +++ b/src/views/company/companyInfo.vue @@ -1,103 +1,90 @@