Giter Site home page Giter Site logo

962520512 / easyink_middleprocessing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lianluoyi/easyink_middleprocessing

0.0 0.0 0.0 549 KB

基于js开发的中间页跳转服务,用于获取用户信息后进行相关处理。

JavaScript 10.83% HTML 1.68% Vue 83.60% SCSS 3.88%

easyink_middleprocessing's Introduction

easyink 操作手册

自建应用操作手册

第三方应用操作手册

🚀 项目介绍

该项目为 easyink 的前端模块之一,负责雷达链接 H5 页面跳转功能。

🏭 关联项目

项目名 项目说明 项目地址
easyink_System easyink 后端服务 https://github.com/lianluoyi/easyink_System.git
easyink_Dashboard easyink 前端服务,主要负责后台 UI 界面展示 https://github.com/lianluoyi/easyink_Dashboard.git
easyink_Sidebar easyink 前端服务,主要负责企微客户端中的侧边栏界面展示 https://github.com/lianluoyi/easyink_Sidebar.git
easyink_middleProcessing(当前项目) easyink h5前端服务,主要负责雷达、智能表单等营销活动页面的展示(非必要模块) https://github.com/lianluoyi/easyink_middleProcessing.git
easyink_MiniProgram easyink 活码小程序服务,主要负责员工活码、群活码页面的展示(非必要模块) https://github.com/lianluoyi/easyink_MiniProgram

🏁 开发

# 克隆项目
git clone https://github.com/lianluoyi/easyink_middleProcessing.git

# 进入项目目录
cd middleProcessing

# 安装依赖
npm install
或 yarn install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以使用yarn安装,或者通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 如需修改后端地址,更改根目录中的 manifest.json中的 proxy 的 target

# 启动服务
npm run serve

启动服务后,在微信打开链接访问 http://localhost:80/XXXXXX 其中 XXXXXX 是后端生成的短链码

🏁 发布

# 构建生产环境
npm run build

✈️ 技术栈

  • vue + uniapp(基础框架)
  • es6(浏览器脚本语言的标准)

🙋 注意事项

  • 请确保已完成EasyInk后台(dashboard)中【系统设置】-【配置中心】-【公众号管理】的配置,(网页授权域名为“middleProcessing”服务的域名地址)
  • 若跳转时显示 redirect_uri 与配置的授权完成回调域名不一致,请检查后台配置的网页授权域名和公众号后台的是否一致

easyink_middleprocessing's People

Contributors

lianluoyi avatar broccoli77 avatar iaomei avatar zcl0731 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.