geo

package
v0.0.0-...-533102b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

README

GVA 城市管理插件

开发者:Mr.奇淼

示例

图片

图片

图片

1. 前往GVA主程序下的initialize/plugin.go 下注册插件
PluginInit(PublicGroup, geo.CreateGeoPlug())
    // 前端已有对应调用逻辑,无需任何改动,只要填充配置皆可使用

2. 配置说明

2-1 全局配置结构体说明

3. 可直接调用的接口

获取子区域信息列表: /geo/getGeos [get] 
获取当前区域信息: /geo/getGeo [get]
修改区域信息: /geo/editGeo [put]
创建区域信息: /geo/createGeo [post]
删除区域信息: /geo/deleteGeo [delete]

数据库

请到 https://github.com/piexlmax/geoDB 下载数据文件 并将表导入自己目前的开发库
执行如下sql 添加 菜单 
INSERT INTO `gvaplug`.`sys_base_menus`(`id`, `created_at`, `updated_at`, `deleted_at`, `menu_level`, `parent_id`, `path`, `name`, `hidden`, `component`, `sort`, `keep_alive`, `default_menu`, `title`, `icon`, `close_tab`) VALUES (31, '2022-06-28 10:58:43.347', '2022-06-28 10:58:43.347', NULL, 0, '28', 'geo', 'geo', 0, 'plugin/geo/view/index.vue', 0, 0, 0, '城市管理', 'aim', 0);
到角色管理下分配菜单即可使用

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeoPlugin

type GeoPlugin struct {
}

func CreateGeoPlug

func CreateGeoPlug() *GeoPlugin

func (*GeoPlugin) Register

func (*GeoPlugin) Register(group *gin.RouterGroup)

func (*GeoPlugin) RouterPath

func (*GeoPlugin) RouterPath() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL