yingp 7 жил өмнө
parent
commit
76eae430c4

+ 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",