|
@@ -105,7 +105,15 @@ export default {
|
|
|
});
|
|
|
this.$store.commit('setProviceCity',provinceCityList)
|
|
|
this.$store.commit('setProviceCityAll',provinceCityListAll)
|
|
|
-
|
|
|
+ await getLogin('/OrgServer/Manager/SysConfigManager/GetSysConfig_Preview', {})
|
|
|
+ .then((res) => {
|
|
|
+ if(res.status===1){
|
|
|
+ this.$store.commit('setPreviewUrl',res.preview_server_url)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ .catch(() => {
|
|
|
+ this.loading = false
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
mounted(){
|