瀏覽代碼

运营服务

yingp 7 年之前
父節點
當前提交
76eae430c4
共有 3 個文件被更改,包括 5 次插入4 次删除
  1. 2 1
      frontend/operation-web/app/Application.js
  2. 1 1
      frontend/operation-web/build.xml
  3. 2 2
      frontend/operation-web/package.json

+ 2 - 1
frontend/operation-web/app/Application.js

@@ -5,7 +5,8 @@ Ext.define('saas.Application', {
 
     requires: [
         'saas.*',
-        'Ext.window.MessageBox'
+        'Ext.window.MessageBox',
+        'Ext.window.Toast'
     ],
 
     mainView: 'saas.view.viewport.Viewport',

+ 1 - 1
frontend/operation-web/build.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<project name="saas" default=".help">
+<project name="saas-operation" default=".help">
 
     <!-- Find and load Sencha Cmd ant tasks -->
     <script language="javascript">

+ 2 - 2
frontend/operation-web/package.json

@@ -1,7 +1,7 @@
 {
-  "name": "saas-web",
+  "name": "saas-operation-web",
   "version": "1.0.0",
-  "description": "saas在线进销存系统",
+  "description": "saas运营系统",
   "main": "app.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",