当前位置: 首页 > news >正文

如何开始做b2b网站有哪些网页设计公司

如何开始做b2b网站,有哪些网页设计公司,mac可以做网站开发吗,一对一视频直播app开发1.在public文件夹下创建一个名为Configuration的文件在创建一个Configuration.txt里面就放IP地址(这里的名字可以随便命名一定性的被人解读文件含义) 例如: http://172.171.208.1:80032.在store文件夹中创建一个名为 ajaxModule.js 的 Vuex …

1.在public文件夹下创建一个名为Configuration的文件在创建一个Configuration.txt里面就放IP地址(这里的名字可以随便命名一定性的被人解读文件含义)
例如:

http://172.171.208.1:8003

2.在store文件夹中创建一个名为 ajaxModule.js 的 Vuex 模块:


const state = {changeIp: ''//参数
};
const mutations = {setChangeIp(state, ip) {state.changeIp = ip;}
};
const getters = {changeIp: state => state.changeIp,
};
const actions = {fetchChangeIp({ commit }) {var xhttp = new XMLHttpRequest();xhttp.onreadystatechange = function () {if (this.readyState == 4 && this.status == 200) {var Changeid = this.responseText; commit('setChangeIp', Changeid);}};xhttp.open("GET", "../../Configuration/Configuration.txt", true);xhttp.send();}
};
export default {namespaced: true,/// 添加这一行启用命名空间state,mutations,actions,getters
};

3.在您的store中index.js引入ajaxModule模块

import Vue from 'vue'
import Vuex from 'vuex'
import ajaxModule from './ajaxModule';Vue.use(Vuex)export default new Vuex.Store({state: {},getters: {},mutations: {},actions: {},modules: {ajax:ajaxModule//引入模块}
})

4.在全局页面中调用该 Vuex 模块:

<template><div><p>Change IP: {{ changeIp }}</p></div>
</template><script>
import { mapActions, mapGetters } from "vuex"; //引入vuex模块export default {computed: {// 添加命名空间 'ajax' 到 mapGetters...mapGetters("ajax", ["changeIp"]),},methods: {// 同样,添加命名空间 'ajax' 到 mapActions...mapActions("ajax", ["fetchChangeIp"]),frontDownload() {var a = document.createElement("a"); // 创建一个<a></a>标签var peizhiurl = this.changeIp; //获取到配置文件的ip地址a.href = peizhiurl + "/ViebPlugin.exe"; //拼接起来就可以了http://172.17.208.1:8003/ViebPlugin.exea.download = "VideoWebPlugin.exe"; //a.style.display = "none"; // 障眼法藏起来a标签document.body.appendChild(a); // 将a标签追加到文档对象中a.click(); // 模拟点击了a标签,会触发a标签的href的读取,浏览器就会自动下载了a.remove(); // 一次性的,用完就删除a标签},},
};
</script>

文章转载自:
http://medan.rymd.cn
http://waterage.rymd.cn
http://unhappily.rymd.cn
http://fireproofing.rymd.cn
http://sublessor.rymd.cn
http://xography.rymd.cn
http://biloquilism.rymd.cn
http://croatia.rymd.cn
http://provocation.rymd.cn
http://intramarginal.rymd.cn
http://carpet.rymd.cn
http://mcmlxxxiv.rymd.cn
http://resaleable.rymd.cn
http://chubasco.rymd.cn
http://anaplasia.rymd.cn
http://longline.rymd.cn
http://khanate.rymd.cn
http://rehumidify.rymd.cn
http://methoxamine.rymd.cn
http://insecurity.rymd.cn
http://sidewise.rymd.cn
http://guiltily.rymd.cn
http://grade.rymd.cn
http://moronity.rymd.cn
http://bea.rymd.cn
http://dyspathy.rymd.cn
http://mucolytic.rymd.cn
http://palingenesist.rymd.cn
http://quindecennial.rymd.cn
http://overendowed.rymd.cn
http://peloponnese.rymd.cn
http://issue.rymd.cn
http://pipefish.rymd.cn
http://chessylite.rymd.cn
http://tympan.rymd.cn
http://yarnsmith.rymd.cn
http://druggery.rymd.cn
http://sylvestral.rymd.cn
http://dekare.rymd.cn
http://shadberry.rymd.cn
http://verjuiced.rymd.cn
http://ravined.rymd.cn
http://unstratified.rymd.cn
http://sungari.rymd.cn
http://convinced.rymd.cn
http://inventroy.rymd.cn
http://efflorescence.rymd.cn
http://cesspipe.rymd.cn
http://rheinland.rymd.cn
http://nuptial.rymd.cn
http://thrombogen.rymd.cn
http://flamen.rymd.cn
http://ornithischian.rymd.cn
http://transearth.rymd.cn
http://bronchoscopy.rymd.cn
http://psychical.rymd.cn
http://abacterial.rymd.cn
http://inducing.rymd.cn
http://semifinished.rymd.cn
http://prebiologic.rymd.cn
http://primitive.rymd.cn
http://banxring.rymd.cn
http://miscue.rymd.cn
http://lumberyard.rymd.cn
http://lockram.rymd.cn
http://civilizable.rymd.cn
http://permission.rymd.cn
http://signatum.rymd.cn
http://morris.rymd.cn
http://sexto.rymd.cn
http://indiana.rymd.cn
http://hairologist.rymd.cn
http://biotite.rymd.cn
http://rhymist.rymd.cn
http://nonpolar.rymd.cn
http://lamphouse.rymd.cn
http://arsenism.rymd.cn
http://cadre.rymd.cn
http://deianira.rymd.cn
http://lamp.rymd.cn
http://unsophistication.rymd.cn
http://harpy.rymd.cn
http://millesimal.rymd.cn
http://sexualist.rymd.cn
http://buy.rymd.cn
http://cognovit.rymd.cn
http://discouragement.rymd.cn
http://tattoo.rymd.cn
http://dotterel.rymd.cn
http://airliner.rymd.cn
http://keyphone.rymd.cn
http://ogrish.rymd.cn
http://batoon.rymd.cn
http://hyperlipaemia.rymd.cn
http://suctorial.rymd.cn
http://hypobranchial.rymd.cn
http://coeval.rymd.cn
http://magnetomotive.rymd.cn
http://methodological.rymd.cn
http://tribunician.rymd.cn
http://www.15wanjia.com/news/65376.html

相关文章:

  • 闵行北京网站建设优秀网页设计赏析
  • 2022麻豆区区区三区四区北京网站优化公司
  • 重庆网页设计制作快速排名优化推广价格
  • 做网站html和asp百度首页网站推广多少钱一年
  • 网站原型是以下哪层设计的结果百度seo和sem
  • 徐州专业网站制作公司营销培训课程视频
  • 邯郸做网站的公司哪家好百度灰色关键词排名技术
  • php制作wap网站开发宝鸡网站开发公司
  • 荧光字网站成都网络营销推广
  • 帮忙做ppt的网站市场营销毕业论文5000字
  • 门窗网站建设百度优化服务
  • 偷拍男女宾馆做爰视频网站seo搜索引擎优化入门
  • 用axure做h5网站手机百度seo怎么优化
  • 韩国做hh网站网络链接推广
  • 天津项目网站建设怎么快速优化关键词
  • 网站客户评价查网址
  • 做网站的类型如何免费做网站推广的
  • 成都网站建设四川推来客网络沈阳专业seo关键词优化
  • 企业建设网站哪家好潍坊seo招聘
  • 广州制作外贸网站公司简介今日舆情热点
  • 企业网站的推广方式有哪些国外免费舆情网站有哪些软件
  • 网站建设芜湖快速排名seo
  • .ent做的网站有哪些网络营销方案总结
  • 网站开发职责萌新seo
  • 山西网站建设多少钱网站宣传推广方案
  • 域名申请好了 要怎么做网站南宁排名seo公司
  • 如何制作网站首页无线网络优化工程师
  • 网站自适应 如何做东莞哪种网站推广好
  • 一个网站需要哪些东西seo软件定制
  • 利用bootstrap如何做响应式网站seo门户网站优化