Git Product home page Git Product logo

freeswitch_admin_ui's Introduction

vue-admin-template

English | 简体中文

本项目基于vue、freeswitch

Build Setup

# clone the project
git clone https://github.com/laoyin/freeswitch_admin_ui

# enter the project directory
cd vue-admin-template

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Refer to Documentation for more information

freeswitch-管理平台, 包括 可配置坐席、分机

可配置网关路由、

可配置计费统计、

可配置通话记录等。

可配置实时电话监听、质检

freeswitch_admin_ui's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

freeswitch_admin_ui's Issues

没有目录和无法登录

setup中第二步
cd vue-admin-template
但是没有这个目录

在npm run dev之后,登录界面提示用户名密码是admin和any
但是登录不成功,返回
Request failed with status code 500

WSL环境下无法成功构建项目

1、使用debian 以及ubuntu均无法构建项目,构建时提示以下内容,但程序未退出。
` ERROR Failed to compile with 4 errors 2:20:27 AM

These dependencies were not found:

  • @/views/ivr-add/index in ./src/router/index.js
  • @/views/ivr/index in ./src/router/index.js
  • @/views/record/index in ./src/router/index.js

To install them, you can run: npm install --save @/views/ivr-add/index @/views/ivr/index @/views/record/index

This relative module was not found:

  • ./modules/callData in ./src/store/index.js`

2、使用NETSTAT -ANTP 查看监听端口,node程序仅监听了9529端口,未监听9528端口
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:9529 0.0.0.0:* LISTEN 5018/node
tcp 0 0 172.28.190.159:9529 172.28.176.1:51414 ESTABLISHED 5018/node
udp 0 0 127.0.0.1:323 0.0.0.0:* -
udp6 0 0 ::1:323 :::* -

3、WEB网页可登录端口号为9529的页面,但提示以下内容
`Failed to compile.

./src/store/index.js
Module not found: Error: Can't resolve './modules/callData' in '/home/freeswitch_admin_ui-master/src/store'`

后端

大神,后端还没有发布吗?想学习一下

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.