变更版本号 1.4.0

This commit is contained in:
sc 2021-11-16 16:18:23 +08:00
parent 62bef6098c
commit 85a6eac5dd
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -4,7 +4,7 @@ import http from "@/utils/request"
export default {
menu: {
myMenus: {
url: `${config.API_URL}/system/menu/my/1.3.3`,
url: `${config.API_URL}/system/menu/my/1.4.0`,
name: "获取我的菜单",
get: async function(){
return await http.get(this.url);

View File

@ -6,10 +6,10 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard",
//版本号
APP_VER: "1.3.2",
APP_VER: "1.4.0",
//内核版本号
CORE_VER: "1.3.2",
CORE_VER: "1.4.0",
//接口地址
API_URL: "/api",